/divin-repo-Django-python

Python Django school library management system

Primary LanguagePython

divin-repo-Django-python

Python Django school library management system

django==3.0.5

Via the cmd run your server. your local host will be http://127.0.0.1:8000

you can access the dashboard of the system via django admin: username = admin password = admin

  note also you can sign up to add your own admin 

for students you can add them via signup
by default we have some students
    
    '''elosha => with password elosha
    job =>  with password job'''

Phttp://127.0.0.1:8000/admin for django-admin panel*

superuser= divin or elie
password= divinadmin or elieadmin

*****always try to logout when you are in the webapp before going to the homeor others pages