Skip to content

pamlicona/task_manager_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API REST

Clone the project

git clone

Load dependencies

pip install -r requirements.txt

Run the project

You must be in the src directory

  1. Create a Data Base and change in settings/settings.py

  2. ./manage.py migrate

  3. ./manage.py loaddata fixtures/initial.json

  4. ./manage.py createsuperuser

  5. ./manage.py runserver

About

Basic task manager in python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages