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',
]
print(STATICFILE_DIRS):
('/Users/ctippur/PycharmProjects/trainer/templates/static',
'/Users/ctippur/PycharmProjects/trainer/templates/css',
'/Users/ctippur/PycharmProjects/trainer/templates/img',
'/Users/ctippur/PycharmProjects/trainer/templates/js')
This is being run on local laptop. I have permissions to run this.
Here my tree listing.
├── *__pycache__*
│ └── manage.cpython-34.pyc
├── create_static
├── db.sqlite3
├── *manage.py*
├── *static*
│ ├── *tools*
├── *templates*
│ ├── *applayout.html*
* | |*── *fonts* -> static/tools/DEVELOPER/HTML_version/fonts
* | |*── *img* -> static/tools/DEVELOPER/HTML_version/img
* | |*── *css* -> static/tools/DEVELOPER/HTML_version/css
* | |*── *js* -> static/tools/DEVELOPER/HTML_version/fonts
* | |*── *xml* -> static/tools/DEVELOPER/HTML_version/fonts
│ ├── base.html
│ ├── *blank_.html*
│ ├── *blog.html*
│ ├── *bootstrap-forms.html*
│ ├── *bootstrap-validator.html*
│ ├── *buttons.html*
│ ├── *calendar.html*
│ ├── *chartjs.html*
│ ├── *chat.html*
│ ├── *ckeditor.html*
│ ├── *datatables.html*
│ ├── *difver.html*
│ ├── *dropzone.html*
│ ├── *dygraphs.html*
│ ├── *email-template.html*
│ ├── *error404.html*
│ ├── *error500.html*
│ ├── *fa.html*
│ ├── *flags.html*
│ ├── *flot.html*
│ ├── *forgotpassword.html*
│ ├── *form-elements.html*
│ ├── *form-templates.html*
│ ├── *forum-post.html*
│ ├── *forum-topic.html*
│ ├── *forum.html*
│ ├── *gallery.html*
│ ├── *general-elements.html*
│ ├── *glyph.html*
│ ├── *gmap-xml.html*
│ ├── *grid.html*
│ ├── *image-editor.html*
│ ├── *inbox.html*
│ ├── *index.html*
│ ├── *index_ie8_prototype.html*
│ ├── *inline-charts.html*
│ ├── *invoice.html*
│ ├── *jqgrid.html*
│ ├── *jqui.html*
│ ├── *lock.html*
│ ├── *login.html*
│ ├── *morris.html*
│ ├── *nestable-list.html*
│ ├── *other-editors.html*
│ ├── *plugins.html*
│ ├── *pricing-table.html*
│ ├── *profile.html*
│ ├── *projects.html*
│ ├── *register.html*
│ ├── *registration*
│ ├── *search.html*
│ ├── *static*
│ ├── *table.html*
│ ├── *timeline.html*
│ ├── *treeview.html*
│ ├── *typography.html*
│ ├── *validation.html*
│ ├── *widgets.html*
│ └── *wizard.html*
├── *trainer*
│ ├── __init__.py
│ ├── *__pycache__*
│ ├── models.py
│ ├── serializers.py
│ ├── settings.py
│ ├── urls.py
│ ├── *views*
│ ├── views.py
│ └── wsgi.py
└── urls.py
--
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 [email protected].
To post to this group, send email to [email protected].
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/48433c8d-f131-4487-be6d-3b7f58f64f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.