Re: Barcode 128Code generation with Django

2019-10-08 Thread Ehab Al-Qabbani
Hi, If you use python3 you can install python-barcode and use it Read its documentation: https://pypi.org/project/python-barcode/ Warmest Regards, Ehab From: django-users@googlegroups.com on behalf of Shazia Nusrat Sent: Wednesday, October 9, 2019 12:15 AM

Re: My first django website

2019-10-07 Thread Ehab Al-Qabbani
users@googlegroups.com Subject: Re: My first django website Do you have the file upload option . How to upload the multiple files at a time. On Sun, 6 Oct, 2019, 4:15 AM Ehab Al-Qabbani, mailto:eqabb...@gmail.com>> wrote: https://my-private-blog.herokuapp.com/ Please try it Warmest Regards, E

Re: My first django website

2019-10-07 Thread Ehab Al-Qabbani
that code to me... On Sunday, October 6, 2019 at 5:45:35 AM UTC+5:30, Ehab Al-Qabbani wrote: https://my-private-blog.herokuapp.com/ Please try it Warmest Regards, Ehab -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: My first django website

2019-10-07 Thread Ehab Al-Qabbani
On Mon, Oct 7, 2019 at 8:26 PM Muhammad Mahir mailto:mahir.almish...@gmail.com>> wrote: ok so great work and the flow. Have you noticed if I want to delete my post, it does not delete it but rahter redirecting me to django admin login page. On Mon, Oct 7, 2019 at 3:15 PM Ehab Al-Q

Re: My first django website

2019-10-07 Thread Ehab Al-Qabbani
after create website how can upload django websites.please say detaila On Sun, Oct 6, 2019 at 5:45 AM Ehab Al-Qabbani mailto:eqabb...@gmail.com>> wrote: https://my-private-blog.herokuapp.com/ Please try it Warmest Regards, Ehab -- You received this message because you are subscribed

Re: My first django website

2019-10-07 Thread Ehab Al-Qabbani
Hi, you can change your default avatar as in the attached screenshot. On Sun, Oct 6, 2019 at 7:25 PM Ehab Al-Qabbani wrote: > Thank you. > Good luck. > > > Warmest Regards, > Ehab > -- > *From:* django-users@googlegroups.com on behalf of

Re: My first django website

2019-10-06 Thread Ehab Al-Qabbani
will also try doing the same. Regards. On Sun, 6 Oct 2019 at 03:15, Ehab Al-Qabbani mailto:eqabb...@gmail.com>> wrote: https://my-private-blog.herokuapp.com/ Please try it Warmest Regards, Ehab -- You received this message because you are subscribed to the Google Groups "Django u

Re: My first django website

2019-10-06 Thread Ehab Al-Qabbani
flaw I noticed was in the calendar. When creating a post and selecting a date by mouse clicking the calendar is not disappearing. otherwise good work. Carry on. On Sun, 6 Oct 2019 at 20:40, Ehab Al-Qabbani mailto:eqabb...@gmail.com>> wrote: Thanks so much On Sun, Oct 6, 2019 at 4:51 PM

Re: My first django website

2019-10-06 Thread Ehab Al-Qabbani
Thanks so much On Sun, Oct 6, 2019 at 4:51 PM Rached Alaya wrote: > Hi, > > I try it ans it's simple and beautiful :) > Keep going :) > > Le dim. 6 oct. 2019 à 01:15, Ehab Al-Qabbani a > écrit : > >> https://my-private-blog.herokuapp.com/ >> >

Re: My first django website

2019-10-06 Thread Ehab Al-Qabbani
I used "XHTML2PDF" https://pypi.org/project/django-xhtml2pdf/ On Sun, Oct 6, 2019 at 2:36 PM yashwanth .k wrote: > Nice!, > How did you enable post view as pdf, > Need some help, > Thank you! > > On Sun, Oct 6, 2019 at 5:45 AM Ehab Al-Qabbani wrote: > >>

My first django website

2019-10-05 Thread Ehab Al-Qabbani
https://my-private-blog.herokuapp.com/ Please try it Warmest Regards, Ehab -- 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...@googlegro

Re: TemplateDoesNotExist

2019-10-03 Thread Ehab Al-Qabbani
Hi, Add new folder with the application name under the template folder i.e "testapp/templates/testapp" And move your template files into new folder, Then, when you call the template: If the template in the same place of the view.py (application space) call it without the full path i.e "base.html