You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I manage to get this library working on desktop, but when I try in a FreeBSD 10.2 environment with gunicorn and nginx, I keep getting a 404 error.
Page not found (404)
Request Method: GET
Request URL: http://luchacomics.com/en/
Raised by: cms.views.details
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.
Inside my console screen I get the following output:
/usr/home/django/djangocms-cloudmasterstudios/env/lib/python3.4/site-packages/multisite/hacks.py:19: RuntimeWarning: 'default' cache is LocMemCache, which may cause stale caches.
site_cache = SiteCache()
/usr/home/django/djangocms-cloudmasterstudios/env/lib/python3.4/site-packages/multisite/hacks.py:19: RuntimeWarning: 'default' cache is LocMemCache, which may cause stale caches.
site_cache = SiteCache()
/usr/home/django/djangocms-cloudmasterstudios/env/lib/python3.4/site-packages/multisite/hacks.py:19: RuntimeWarning: 'default' cache is LocMemCache, which may cause stale caches.
site_cache = SiteCache()
New revision!!!! RELOAD!
3f8b3e18-dd1e-4af7-8096-c5b9c125862a (<class 'str'>)
-> None (<class 'NoneType'>)
reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
I don't understand why I am getting this problem and am wondering if you get something similar? I get this error when I want to try this out in a server environment.
The text was updated successfully, but these errors were encountered:
@jedie I'm reciving the same thing here in development server. Followed the instructions careful and i have my urls.py file in project_name/config/urls.py. If i type example.local i keep reciving the regular django 404 page.
I manage to get this library working on desktop, but when I try in a FreeBSD 10.2 environment with gunicorn and nginx, I keep getting a 404 error.
Inside my console screen I get the following output:
My nginx looks like follows:
My gunicorn is:
I don't understand why I am getting this problem and am wondering if you get something similar? I get this error when I want to try this out in a server environment.
The text was updated successfully, but these errors were encountered: