-
Notifications
You must be signed in to change notification settings - Fork 0
theghost7771/todolist
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published