-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
25 lines (17 loc) · 813 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Kevin's BBQ Joints
===================
A directory listing of BBQ Joints, written in the Django web framework.
Users can register and login to review and rate particular joints.
Settings:
- LOCAL_MEDIA variable set so if running locally, it will use the MEDIA_ROOT path for media files.
- Installed Apps:
* Joints, Content apps
* Alphafilter for Filtering by Alphabet in Joints Admin
* Registration (https://bitbucket.org/ubernostrum/django-registration/) for User Registration.
* South (http://south.aeracode.org/) for data migrations.
* Contact Form
- SERVER_IP_REQUEST = 'REMOTE_ADDR' for local or dedicated servers, and 'HTTP_X_REAL_IP' if under a proxy
- GOOGLE_ANALYTICS_ID, self explanatory
Context Processors:
'bbq.context_processors.googleAnalytics',
'bbq.context_processors.getAds',