Re: Django linking static content to dynamic content

2016-01-27 Thread Shekar Tippur
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

Re: Django linking static content to dynamic content

2016-01-27 Thread James Schneider
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

Django linking static content to dynamic content

2016-01-27 Thread Shekar Tippur
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