Hi,
You need to put static files under static directory within app. Now you
have static resources at your app root. So layout should be:
users/
static/
css/
style.css
On 17.02.2017 08:15, Kazi Atik wrote:
Hi Everyone,
I am having multiple app in my project so i want to make globally
these css, js,img folder because every time making css,js,img folder
very difficult and slowing my development of
my project please give me solution
myfb
users/
__init__.py
models.py
views.py
urls.py
templates/
login.html
dashboard.html
logout.html
css/
style.css
-----------------------------------
categories/
__init__.py
models.py
views.py
urls.py
templates/
post.html
friends.html
upload.html
css/
user.css
img/
fb.jpg
JS/
boot.min.js
--
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]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[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/215f85be-b377-4f44-a3bb-0e9311f31c35%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/215f85be-b377-4f44-a3bb-0e9311f31c35%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
Jani Tiainen
--
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/d845f92b-f408-7c28-f7fc-47a9af165aac%40gmail.com.
For more options, visit https://groups.google.com/d/optout.