Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 0c821c8

Browse files
Karambir Singh NainKarambir Singh Nain
Karambir Singh Nain
authored and
Karambir Singh Nain
committed
gunicorn deleted
1 parent 1ded6d4 commit 0c821c8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#A Django Project for assignment creation and submission to be used in AUH
22

3-
**Author** :
3+
##Features:
4+
5+
1. Teachers can create assignments and check all of them at one place.
6+
7+
2. Students can submit all their assignments by simply logging in and hitting submit.
8+
9+
3. Palgarism is automatically checked.
10+
11+
##Author:
412
1. Karambir Singh Nain
13+
514
2. Aksh Vashishth

assignment/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
# Uncomment the next line to enable the admin:
119119
'django.contrib.admin',
120120
'home',
121-
'gunicorn',
121+
#'gunicorn',
122122
# Uncomment the next line to enable admin documentation:
123123
# 'django.contrib.admindocs',
124124
)

Procfile renamed to demoProcfile

File renamed without changes.

0 commit comments

Comments
 (0)