Skip to content

Commit cac6306

Browse files
committed
added circleci badge
1 parent 3811fa3 commit cac6306

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Django School
22

33
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
4-
[![Django Version](https://img.shields.io/badge/django-2.0-brightgreen.svg)](https://djangoproject.com)
4+
[![Django Version](https://img.shields.io/badge/django-2.2-brightgreen.svg)](https://djangoproject.com)
5+
[![CircleCI](https://circleci.com/gh/suhailvs/django-schools.svg?style=svg)](https://circleci.com/gh/suhailvs/django-schools)
56

67
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.
78

@@ -14,7 +15,7 @@ Read the blog post [How to Implement Multiple User Types with Django](https://si
1415
First, clone the repository to your local machine:
1516

1617
```bash
17-
git clone https://github.com/sibtc/django-multiple-user-types-example.git
18+
git clone https://github.com/suhailvs/django-schools
1819
```
1920

2021
Install the requirements:
@@ -40,7 +41,7 @@ Finally, run the development server:
4041
python manage.py runserver
4142
```
4243

43-
The project will be available at **127.0.0.1:8000**.
44+
The project will be available at http://127.0.0.1:8000.
4445

4546

4647
## License

0 commit comments

Comments
 (0)