what i have to do when i have multiple apps On Friday, February 17, 2017 at 1:28:29 PM UTC+5:30, Jani Tiainen wrote: > > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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?utm_medium=email&utm_source=footer> > https://groups.google.com/d/msgid/django-users/215f85be-b377-4f44-a3bb-0e9311f31c35%40googlegroups.com > . > 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/18065a52-9952-4c35-b185-7f330ca5af4d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

