Skip to content

MahmudulHassan5809/OnlineAdmission-Python-Django

Repository files navigation

VortiBd Application

Online Admission System For All Univeristy In Bangladesh

Live Demo

[Live Demo](http://vortibd5809.pythonanywhere.com)

Requirements

open requirements.txt file to see requirements & Create Virtual Env

pip install -U setuptools

pip install -r requirements.txt

Installing

open terminal and type
git clone https://github.com/MahmudulHassan5809/OnlineAdmission-Python-Django.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Static files collection

open terminal and type
python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type
python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Author

Mahmudul Hassan
Email: mahmudul.hassan240@gmail.com

========Thank You !!!=========