Skip to content

theghost7771/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdir todolist && cd todolist
git clone https://github.com/theghost7771/todolist.git
virtualenv -p python3 venv
source venv/bin/activate && cd todolist/
pip install -r requirements/local.txt
Rename env.example to .env and setup variables.
IMPORTANT change DB settings in .env file  # see db_url in https://github.com/joke2k/django-environ#supported-types
Create database and user from .env
python manage.py migrate
python manage.py runserver
http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages