Skip to content

Commit 2dff43d

Browse files
committed
Merge branch 'master' of github.com:suhailvs/django-schools
2 parents 14b32c2 + 7688449 commit 2dff43d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
[![Django Version](https://img.shields.io/badge/django-3.0-brightgreen.svg)](https://djangoproject.com)
55
[![CircleCI](https://circleci.com/gh/suhailvs/django-schools.svg?style=svg)](https://circleci.com/gh/suhailvs/django-schools)
66

7-
## Host this site on dedicated server
8-
9-
if you want to host this site on a dedicated server, contact me at suhailvs@gmail.com:
10-
11-
* server costs - 5$/month
12-
* domain name(.com) registration - 10$/year
13-
* you can customize this site at a rate of 10$/hour
14-
157
## [demo](https://djangoschools.herokuapp.com/)
168

179
This is an example project to illustrate an implementation of multiple user types. In this Django app, teachers can create quizzes and students can sign up and take quizzes related to their interests.
@@ -50,13 +42,13 @@ The project will be available at http://127.0.0.1:8000, Login using::
5042

5143
**Teacher**
5244

53-
username: `teacher`
54-
password: `teacher`
45+
+ username: `teacher`
46+
+ password: `teacher`
5547

5648
**Student**
5749

58-
username: `student`
59-
password: `student`
50+
+ username: `student`
51+
+ password: `student`
6052

6153

6254
## License

0 commit comments

Comments
 (0)