Page not found (404)

Request Method: GET
Request URL: http://www.rsaweb.co/@za/cloud-servers-free-trial/

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

  1. admin/
  2. ^ ^$
  3. ^ ^api/swagger$
  4. ^ ^openserve/$ [name='OpenServe']
  5. ^ ^city/(?P<pk>[0-9]+)$ [name='city-detail']
  6. ^ ^points.data/ [name='points']
  7. ^ ^hit/area_chart [name='Hits Area Chart']
  8. ^ ^hit/fno_chart [name='Hits Fno Chart']
  9. ^ ^hit/lat_lng [name='Hits Lat Long']
  10. ^ ^hits/$ [name='Hits']
  11. ^ ^fno [name='FNOs']
  12. ^ ^upload [name='KMLs']
  13. ^ ^logs [name='logs']
  14. ^ ^status [name='status']
  15. ^ ^api/
  16. ^ ^shape/search [name='Shape Search']
  17. ^ ^shape/(?P<shape_id>[^/.]+)/hits [name='Shape Hits']
  18. ^ ^shape/$ [name='ShapesList']

The current path, @za/cloud-servers-free-trial/, 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.