Page not found (404)

Request Method: GET
Request URL: http://flicknfriends.com/yellow-xanax-bars-mg/

Using the URLconf defined in fnf.urls, Django tried these URL patterns, in this order:

  1. ^$ [name='home']
  2. ^comments/
  3. ^style-guide/$ [name='style_guide']
  4. ^about/learn-more/$ [name='about_learn_more']
  5. ^u/
  6. ^account/
  7. ^theater/
  8. ^club/
  9. ^event/
  10. ^feedback/
  11. ^admin/
  12. ^mockup-html/$ [name='mockup_html']
  13. ^media\/(?P<path>.*)$

The current URL, yellow-xanax-bars-mg/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.