A Todo app in Django
Check the Website deployed Using Vercel.
cd ~/Dev
mkdir ~/Dev/todoapp -p
cd ~/Dev/todoapp
python3.9 -m pip install virtualenv
python3.9 -m virtualenv .
source bin/activate
Using pip
git clone https://github.com/Arvind-4/todoapp.git .
pip install -r requirements.txt -r requirements-dev.txt
Using poetry
git clone https://github.com/Arvind-4/todoapp.git .
poetry install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
DATABASE_PORT=
DATABASE_HOST=
DATABASE_PASSWORD=
DATABASE_USER=
DATABASE_NAME=
DATABASE_CLUSTER=
DJANGO_SUPERUSER_PASSWORD=
DJANGO_SUPERUSER_USERNAME=
DJANGO_SUPERUSER_EMAIL=
DJANGO_DEBUG=
DJANGO_SECRET_KEY=