-
Clone the repository (or download and unzip):
git clone https://github.com/Eswar-13/cs315.git cd <path_of_folder> -
Install Django:
pip install django -
Apply database migrations:
python3 manage.py makemigrations python3 manage.py migrate -
Run the development server:
python manage.py runserver -
Open the app in your browser:
- Go to http://127.0.0.1:8000/
Eswar-13/cs315
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|