Skip to content

Commit

Permalink
Use GitHub raw url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Mar 26, 2019
1 parent f2d2757 commit dc5406c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ The main features that have currently been implemented are:
* Admin users can create and manage models. The admin has been optimised (the basic registration is present in admin.py, but commented out).
* Librarians can renew reserved books

![Local Library Model](https://github.com/mdn/django-locallibrary-tutorial/blob/master/catalog/static/images/local_library_model_uml.png)
![Local Library Model](https://raw.githubusercontent.com/mdn/django-locallibrary-tutorial/master/catalog/static/images/local_library_model_uml.png)


## Quick Start
Expand All @@ -30,7 +30,7 @@ To get this project up and running locally on your computer:
python3 manage.py migrate
python3 manage.py collectstatic
python3 manage.py test # Run the standard tests. These should all pass.
python3 manage.py createsuperuser # Create a superuser
python3 manage.py createsuperuser # Create a superuser
python3 manage.py runserver
```
1. Open a browser to `http://127.0.0.1:8000/admin/` to open the admin site
Expand Down

0 comments on commit dc5406c

Please sign in to comment.