DEV Community

Discussion on: DJANGO PAGES.... how do you have a home.html as a template? ITS NOT WORKING

 
qosha1 profile image
Quinn • Edited

just be in the directory that contains your manage.py file.

Then run

python manage.py makemigrations
python manage.py migrate