I am sorry bad assumption on my side. I saw your full traceback and all it
says that in your project urls.py and it cannot resolve following url.

url(r'^appåäö/', include('appåäö.urls')),

Its picking up the this url but no app related to this urls exists. Either
you need to check if this app is listed in your INSTALLED_APP section or
even if it is installed at all in your project.

In simplest theory your url is not communicating your app 'appåäö'. Rest of
the settings are fine.

Reply me back I am waiting. Apologies if my assumption caused your time.

Regards,
Mudassar

On Mon, Aug 8, 2016 at 2:24 AM, Göran Uddeborg <goe...@uddeborg.se> wrote:

> M Hashmi:
> > List down your "civ.apps.CivConfig" also restart Gunicorn, and reload
> Nginx.
>
> I'm not sure exactly what you mean by "list down".  Do you want me to
> comment it out?
>
> In any case, to make an even more clean test case, I replaced my
> Django site with one I built from scratch.  I.e. I started by doing
>
>    python3-django-admin startproject dynsite dyn
>
> And then the same steps as in my original message.  (I'm not running
> Gunicorn or Nginx, I'm using Apache following the instructions on
> https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/modwsgi/
> So httpd was what I restarted.)
>
> I attach the complete file tree after these steps.  I still get the
> same backtrace as before.  I believe I've made the site visible from
> the outside, so you should see the same if you point a browser to
> http://www.uddeborg.se/dyn/app%C3%A5%C3%A4%C3%B6/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/22440.20419.305454.59808%40gargle.gargle.HOWL.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANoUts7DFhwAucuVC4KghYHze-B8i8-k2tsg8mRwpq-dBa-eSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to