Skip to content

Commit 83b7e67

Browse files
committed
Update Readme
1 parent ea332b7 commit 83b7e67

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,21 @@ templates path.
2020

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

23-
python manage.py syncdb
23+
```python manage.py syncdb
2424
python manage.py runserver
25+
```
2526

2627
Modules
2728
=======
2829

29-
intro/
30-
- Simple template website
30+
* intro/
31+
* Simple template website
3132

32-
classlist/
33-
- Show information from a database
33+
* classlist/
34+
* Show information from a database
3435

35-
forminput/
36-
- Allow users to add information to the database through a webform.
36+
* forminput/
37+
* Allow users to add information to the database through a webform.
3738

38-
userreg/
39-
- Require user registration to view and modify the database
39+
* userreg/
40+
* Require user registration to view and modify the database

0 commit comments

Comments
 (0)