Skip to content

Proof-of-concept project: From a simple project to a tested project with CI.

License

Notifications You must be signed in to change notification settings

tgndevs/superlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf010ac · Jan 25, 2017

History

30 Commits
Jan 17, 2017
Jan 17, 2017
Jan 10, 2017
Jan 17, 2017
Jan 21, 2017
Jan 25, 2017
Jan 13, 2017
Jan 13, 2017
Jan 24, 2017
Jan 4, 2017
Jan 17, 2017
Jan 24, 2017
Jan 21, 2017
Jan 17, 2017
Jan 24, 2017
Jan 17, 2017
Jan 17, 2017
Jan 17, 2017

Repository files navigation

Superlists

Build Status Style Status Coverage Status Code Climate Code Health Requirements Status AUR

This Django application is to exemplify how important is including tests in our software projects.

The application has been copied from hjwp/book-example. The application is a website where users can create and share TODO lists.

Main page

Authors

Getting started with the Django app

## Install dependencies

For Production or Development environment:

pip3 install -r requirements.txt

For testing environment:

pip3 install -r requirements-test.txt

## Prepare the database: To initialize the database execute:

python3 manage.py migrate

## Run server To run the server execute:

python3 manage.py runserver 0.0.0.0:8000

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tgndevs/superlists/issues and https://github.com/tgndevs/superlists/pulls. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The repository is available as open source under the terms of the GPL License.