James,
Thanks for responding. This is just my development env. I have tried
running collectstatic as well. I have included static file helpers.
STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
]
pr
On Wed, Jan 27, 2016 at 8:30 AM, Shekar Tippur wrote:
> Hello,
>
> I have implemented authentication via django allauth. I am trying to link
> UI which is loosely coupled with django.
> I am able to get to the index page by all other static content throes a
> 404 error. Appreciate any help on thi
Hello,
I have implemented authentication via django allauth. I am trying to link
UI which is loosely coupled with django.
I am able to get to the index page by all other static content throes a 404
error. Appreciate any help on this.
I have gone thro https://docs.djangoproject.com/en/1.8/howto/s
3 matches
Mail list logo