Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 306 Bytes

Django Date App

Terminal Commands for Venv (Windows only)

python -m venv venv . venv/Scripts/activate pip install django

Additional note on this, will pip freeze to requirements.txt for autogeneration of venv further down line.

Running Locally

. venv/Scripts/activate python manage.py runserver