____ ____ ____
/ ___| / ___/ ___|
\___ \| | \___ \
___) | |___ ___) |
|____/ \____|____/
- Download the project
- Make Sure you have python3 installed
- download requirements using
pip install -r requirements.txt
in CMD - move to the Directory
- Run the following Commands to Run the Django migrations to set up your models and assets
python manage.py makemigrations
python manage.py migrate
python manage.py sqlmigrate College_Portal 0001
python manage.py createsuperuser
then Enter your username, Email AND password
python manage.py runserver
- In your browser, go to http://localhost:8000.
python manage.py runserver 0.0.0.0:8000
- In your browser, go to http://192.168.x.x:8000 replace x.x with your local ip