Re: hi

2020-11-01 Thread Frank Cipolone
ving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA%2BXgZWaXCEzHqbykMaf8%3DdxCkxX-vEoLBF6LHPt77cKk4B9HHw%40mail.gmail.com > <https://groups.google.com/d/msgid/djang

Re: Static Folder not loading

2021-01-28 Thread Frank Cipolone
Whats your STATIC_DIRS, STATIC_PATH, and STATIC_URL and what it the tree to the folder your static is in? > On Jan 28, 2021, at 1:26 PM, hari49pf wrote: > > Yes, i did it created a folder with css & other files, but no use. > > On 28/01/21 11:49 pm, Larry Martell wrote: >> On Thu, Jan 28, 2021

Re: Static Folder not loading

2021-01-29 Thread Frank Cipolone
. Static_URL is important as it will be the file name target it will look for when running collectstatic. Try: STATIC_ROOT = os.path.join(BASE_DIR, ‘static’) STATIC_URL = ‘/static/‘ STATICFILES_DIRS = [ os.path.join(BASE_DIR, ‘trydjango/static’) Best Regards, Frank Cipolone M: (856) 993-4819 E: fcipol

Re: I need guide in Django web development

2019-12-29 Thread Frank Cipolone
google.com/d/msgid/django-users/ccc5e535-fdbf-4e45-9b7b-da4d500b2e92%40googlegroups.com > . > -- Best Regards, Frank Cipolone (856) 993-4819 fcipol...@gmail.com https://www.redsnip8.host -- You received this message because you are subscribed to the Google Groups "Django users"