Skip to content

Commit 7b5dde4

Browse files
committed
Update Readme
1 parent 83b7e67 commit 7b5dde4

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
@@ -20,9 +20,10 @@ templates path.
2020

2121
Create a database, and set the database access settings correctly in dgentledjango/settings.py
2222

23-
```python manage.py syncdb
24-
python manage.py runserver
25-
```
23+
Then sync the database and run the server:
24+
25+
python manage.py syncdb
26+
python manage.py runserver
2627

2728
Modules
2829
=======

0 commit comments

Comments
 (0)