Django Based Registration Portal.
Developed as a final year university project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python > 3.X VSCODE
A step by step series of examples that tell you how to get a development env running.
Open the Project Terminal.
download virtual environment package: pip install virtualenv
create virtual environment: py -m venv .venv
activate virtual environment: .venv\scripts\activate
install packages of requirements.txt:
pip install > requirements.txt
create superuser: python manage.py createsuperuser
start server: python manage.py runserver
- @ameerssb - Idea & Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License.