Skip to content

abhishekspeer/ssms

 
 

Repository files navigation

ssms

Society for Student Mess Services,Bits Pilani,Pilani Campus

Installation

  1. Clone or download the repository.

  2. Create a new virtual environment for the project.

    virtualenv venv
    source venv/bin/activate
  3. Install required python libraries giving in the requirements.txt file.

    pip install -r requirements.txt
  4. Run Django migrations.

    python manage.py makemigrations
    python manage.py migrate
  5. Start the application.

    python manage.py runserver

About

To stop fake grub signings in BITS Pilani.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • HTML 48.9%