File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 11dgentledjango
22=============
33
4- Dgentle Django samples
4+ These are sample applications that walk through creating a fully featured
5+ website. The modules start from straightforward template displays, and lead
6+ you to a site the registers users and allow modifications.
7+
8+ Requirements
9+ ============
10+ Django==1.4.1
11+ MySQL-python==1.2.3
12+ django-registration==0.8
13+ django-registration-defaults==0.3
14+ wsgiref==0.1.2
15+
16+ Installation
17+ ===========
18+ Modify TEMPLATE_DIRS in dgentledjango/settings.py to point to the correct
19+ templates path.
20+
21+ Create a database, and set the database access settings correctly in dgentledjango/settings.py
22+
23+ python manage.py syncdb
24+ python manage.py runserver
25+
26+ Modules
27+ =======
28+
29+ intro/
30+ - Simple template website
31+
32+ classlist/
33+ - Show information from a database
34+
35+ forminput/
36+ - Allow users to add information to the database through a webform.
37+
38+ userreg/
39+ - Require user registration to view and modify the database
You can’t perform that action at this time.
0 commit comments