0 purchases
StudentManagement 2.0.5
MSJ Royal Cashews:
Run the following commands in the terminal:
pip install django
pip install bootstrap-admin
and add the following to your installed apps
` installed apps = [
...
'students',
'bootstrap_admin
]
python manage.py createsuperuser (and create the user)
python manage.py runserver
Go to http://127.0.0.1:8000/admin and login with the credentials you have set
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.