-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
323 changed files
with
71 additions
and
3,921 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
__pycache__ | ||
migrations | ||
db.sqlite3 | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
__pycache__ | ||
migrations | ||
|
||
.env | ||
.vscode | ||
db.sqlite3 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,36 @@ | ||
# Mess-Website | ||
# Mess Website - Website for Dining Facility at IIT Indore | ||
A Django-based software project that simplifies the process of applying for rebates by students. | ||
|
||
Website for Dining Facility at IIT Indore | ||
## Features | ||
- Automated rebate rule checks | ||
- Student information access | ||
- Admin allocation | ||
- Email notifications | ||
- Billing automation | ||
|
||
Note to Developers <br> | ||
Clone the repository using git clone https://github.com/DaemonLab/Mess-Website.git <br> | ||
Install Python 3.7 Or Higher <br> | ||
Install Django cmd - pip install django <br> | ||
Install all dependencies cmd - pip install –-user -r requirements.txt <br> | ||
Finally run cmd - python manage.py runserver <br> | ||
Ongoing development of additional features ... | ||
|
||
## Note to Developers | ||
|
||
SQLite is as the default database during development. <br> | ||
Read the Documentaions on index.html present in /docs/_build/html/index.html | ||
### Setup | ||
- Clone the repository | ||
```shell | ||
$ git clone https://github.com/DaemonLab/Mess-Website.git | ||
``` | ||
- Install Python 3.7 Or Higher | ||
- Install Django | ||
```shell | ||
$ pip install django | ||
``` | ||
- Install all dependencies | ||
```shell | ||
$ pip install –-user -r requirements.txt | ||
``` | ||
- Finally run | ||
```shell | ||
$ python manage.py runserver | ||
``` | ||
_Note:_ SQLite is as the default database during development | ||
|
||
### Documentation | ||
Read the Documentaions on `/docs/_build/html/index.html` |
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: '3' | ||
|
||
services: | ||
web: | ||
build: . | ||
ports: | ||
- 8000:8000 | ||
volumes: | ||
- ./db/db.sqlite3:/app/db.sqlite3 | ||
env_file: | ||
- ./.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
# Apply database migrations | ||
python manage.py migrate | ||
|
||
# Collect static files | ||
python manage.py collectstatic --noinput | ||
|
||
# Start the Django development server | ||
python manage.py runserver 0.0.0.0:8000 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.