MahmudulHassan5809 / OnlineAdmission-Python-Django

Online Admission System For All University In Bangladesh

Home Page:https://vortibd5809.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !!!=========

About

Online Admission System For All University In Bangladesh

https://vortibd5809.pythonanywhere.com


Languages

Language:Python 47.2%Language:HTML 46.4%Language:JavaScript 5.2%Language:CSS 1.2%