Skip to content

robmainah/simple_pojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

1. Clone project

2. cd to project folder

3. Delete sqlite file if exists

4. Install project packages. pip install < requirements.txt

5. Migrate database tables. Run in cmd:

  • python manage.py makemigrations
  • python manage.py migrate

6. Create a site admin user: python manage.py createsuperuser and type admin(is easy to remember) and fill in the rest

Run server: python manage.py runserver

Go to 127.0.0.1:8000

For the hostel project a student can register and then login


For the hostel admin they shall login using the admin user account

For the attendance system, the student is added by admin and they can later login.


After creating a student the default password is: password but the email is the student's email


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages