Skip to content

Commit ea332b7

Browse files
committed
Update Readme
1 parent 50336d8 commit ea332b7

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
dgentledjango
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

0 commit comments

Comments
 (0)