tickets: Expose the ticket price to the bookingform template.
[matthijs/projects/dorestad-bookings.git] / localsettings.py.tmpl
1 # Put any settings that are specific to this installation in here.
2 # Any settings from settings.py can be overridden.
3
4 # For example, enable debugging by commenting in the following lines.
5 #DEBUG = True
6 #TEMPLATE_DEBUG = True
7
8 # Show extra debug info to Matthijs' IP (debug_toolbar also needs this)
9 #INTERNAL_IPS=("82.169.104.215",)