File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,21 @@ templates path.
2020
2121Create a database, and set the database access settings correctly in dgentledjango/settings.py
2222
23- python manage.py syncdb
23+ ``` python manage.py syncdb
2424python manage.py runserver
25+ ```
2526
2627Modules
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
You can’t perform that action at this time.
0 commit comments