Skip to content

Pythonian/django_alumnidb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published