django_alumnidb

Final year project: A web based application for the University of Nigeria Nsukka Alumni

Quick setup

  1. Open your command line and clone the repo
git clone https://github.com/Pythonian/django_alumnidb.git
  1. Change into project directory
cd django_alumnidb
  1. Install project requirements
pip install -r requirements.txt
  1. Run the migrations
python manage.py makemigrations
python manage.py migrate
  1. Create a superuser
python manage.py createsuperuser
  1. Start the development server
python manage.py runserver
  1. Visit the web app in your browser
127.0.0.1:8000
  1. Likewise access the admin with the credentials you created in step 6
127.0.0.1:8000/admin