Re: with templated-docs: how to insert images from an ImageField

2021-01-19 Thread Diptesh Choudhuri
https://templated-docs.readthedocs.io/en/latest/templatetags.html#image This looks useful. On Wednesday, January 20, 2021 at 4:13:04 AM UTC+5:30 fenrir...@gmail.com wrote: > I'm generating reports using (a patched for django 3x fork of) > templated-docs

channels_redis SSL help

2021-01-19 Thread j
Hi all, hope you are all doing well. Would someone be available to help me figure out how to connect with SSL using channels_redis? I made a web app using django channels + channels_redis and I'm having an issue with configuring SSL. (I want SSL because I have deployed the app to Google App E

with templated-docs: how to insert images from an ImageField

2021-01-19 Thread Fenrir Sivar
I'm generating reports using (a patched for django 3x fork of) templated-docs . This module lets you create OTD templates in LibreOffice and render them to PDF inside a django view. This works great for complex documents with text, but I have no clue ho

Re:

2021-01-19 Thread Ameto Eklu
To use your own form with Django, you have to use widgets in combination with your model attributes. I hope that answers your question. On Tue, Jan 19, 2021, 7:39 AM Christ Ikonga wrote: > hi guys i have a question about django form.. how do i use a form i > created myself to allow users to reg

To start contribution from initial level

2021-01-19 Thread Dhruval Gandhi
Hello, Myself Dhruval Gandhi, I want to contribute in django . But I'm totally new for it. I want to setup this on my local machine, want to contribute myself via PR, But I don't how this all to do it. If someone would help me to get start with it then It'll be great. Thank you, Regards Dhruval

Re: about django documentation

2021-01-19 Thread dupakoor kannan
Hi, Try this first https://youtu.be/UmljXZIypDc and read the documentation again. Hope it helps On Tue, Jan 19, 2021 at 8:40 AM a a wrote: > how can i understand from documentation? > i was ended the introduction then i have continue to models but how can i > implementation? > > -- > You rec

Re:

2021-01-19 Thread Rob Wilkinson
Check out my new Django site, wrk in progress.. https://MrRobby.ca I can send you my code if it helps Rob On Tue, Jan 19, 2021 at 8:39 AM Christ Ikonga wrote: > hi guys i have a question about django form.. how do i use a form i > created myself to allow users to register on my site? > > --

Re:

2021-01-19 Thread Kasper Laudrup
On 19/01/2021 01.39, Christ Ikonga wrote: hi guys i have a question about django form.. how do i use a form i created myself to allow users to register on my site? https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html -- You received this message beca

about django documentation

2021-01-19 Thread a a
i have end the django introduction but i do not know where continue i was start with models but there are error in terminal NameError: name 'Person' is not defined this is link: https://docs.djangoproject.com/en/3.1/topics/db/models/ -- You received this message because you are subscribed to th

about django documentation

2021-01-19 Thread a a
how can i understand from documentation? i was ended the introduction then i have continue to models but how can i implementation? -- 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 i

[no subject]

2021-01-19 Thread Christ Ikonga
hi guys i have a question about django form.. how do i use a form i created myself to allow users to register on my site? -- 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 e

Django 3.2 alpha 1 released.

2021-01-19 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/jan/19/django-32-alpha-1-released/ -- You received this message because you are subscribed to the Google Groups "Django