Fixed comment and wording on web templates.

This commit is contained in:
Jonathan Piacenti 2015-03-01 11:54:22 -06:00
parent 96ac3f967b
commit 453ba1afc3
2 changed files with 3 additions and 6 deletions

View file

@ -10,9 +10,6 @@ from evennia.web.urls import urlpatterns
# http://diveintopython.org/regular_expressions/street_addresses.html#re.matching.2.3 # http://diveintopython.org/regular_expressions/street_addresses.html#re.matching.2.3
# #
# Copy this file into your web directory in gamesrc, and add this line to settings.py:
# ROOT_URLCONF = 'game.gamesrc.web.urls'
# Add your own URL patterns to the patterns variable below, and then change # Add your own URL patterns to the patterns variable below, and then change
# #
# These are Django URL patterns, so you should look up how to use these at # These are Django URL patterns, so you should look up how to use these at