Re: How to access static files in views.py

2019-12-25 Thread Integr@te System
Hi, Make sure these requirements: https://docs.djangoproject.com/en/3.0/howto/static-files/ On Wed, Dec 25, 2019, 19:32 Guy NANA wrote: > I want to access static files in views.py but it doesn't work when I use > {% load static %} and {% static relative_path %} in the same way like in a > templ

MultiValueDictKeyError at /add 'radio2'

2019-12-25 Thread shree hari
error: https://del.dog/engigywarf.txt code: https://del.dog/cringanuwa.txt can someone help with me this ? -- 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 djang

Internship

2019-12-25 Thread Danish Hussaini
Hello everyone, I am Syed Danish, currently an undergraduate pursuing my BE in IT (3rd Year VI Sem). I have proficiency in Django , Angular and Ionic. I am looking for an internship to sharpen my skills as a full stack or backend developer. Please let me know. My github repo :- https://github.com

Django CMS

2019-12-25 Thread viho kochoedo
Hello, I want to know more about Django CMS. -- 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 django-users+unsubscr...@googlegroups.com. To view this discussion o

Re: Django CMS

2019-12-25 Thread Karan Mittal
https://data-flair.training/blogs/django-cms/ Check out this link. Regards Karan Mittal On Thu, 26 Dec, 2019, 1:18 AM viho kochoedo, wrote: > Hello, > I want to know more about Django CMS. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

invalid syntax after setting the path to be urlspattern = [os.path.join(BASE_DIR)....

2019-12-25 Thread Realdox Opeyemi
how to solve template issue which keeps saying invalid syntax even after the path has been set...it eventually leads to template not found after server was run .i'm using window 8 ,python 3.7 and vs -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Django CMS

2019-12-25 Thread Kyl Francis
Me too Le mer. 25 déc. 2019 à 8:48 PM, viho kochoedo a écrit : > Hello, > I want to know more about Django CMS. > > -- > 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 >

Re: invalid syntax after setting the path to be urlspattern = [os.path.join(BASE_DIR)....

2019-12-25 Thread lImbI
I think urlpatterns = [ path("/", views.view, name=""), ] On Thu, 26 Dec 2019, 06:31 Realdox Opeyemi, wrote: > how to solve template issue which keeps saying invalid syntax even after > the path has been set...it eventually leads to template not found after > server was run .i'm using window