A site for scholarship application and information with django
- verify email on registration
- only scholarships whose application has not closed is shown
- details are sent to applicant's mail after successful application
- multiple applications on a scholarship is not allowed and will lead to removal of user and applications
- and many more...
- git clone https://github.com/PeterOlayemi/Scholarship-Site.git
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver