A simple Task app with authentication in Django Framework
For this project i use this tools
El proyecto está finalizado. The project is finished
-
Download or clone repository:
$ git clone repositori-uri
-
Enter the poject file and download the dependencies
$ pip install django
or$ pip3 install django
$ python manage.py migrate
note: You must build a virtualenv for this project note: Carefull with the SECRET KEY, the app won't work
-
Execute this comand
$ python manage.py runserver
-
Enter to your favorite browser
http://localhost:8000/