urls.py 331 B

123456789
  1. from misago.urls import *
  2. # Your deployment urls configuration
  3. # This configuration already contains Misago urls configuration
  4. # If you want to add 3rd party apps urls to your Misago deployment
  5. # Uncomment bottom lines and use them to register custom url's
  6. # urlpatterns += patterns('',
  7. # (r'^', include('somewhere.urls')),
  8. #)