NRC
Actually was using javascript to give message to the sender whether mail is sent or not
NRC
Need to check how can implemented using django
Mirco
in your dev environment , you can test sending email to your console to check if everything works as you expect
Mirco
on the django docs you find all you need 💪🏻
Jimmies San
or you can use a catchall local server like MailHog
Jimmies San
so you don t need account/server to test mail functionality and no Internet connection and so on
Milan
http://forms.viewflow.io/
Milan
Do you refer this??
Jimmies San
django and pdf rendering/handling: i have a problem or there isn't a quick/easy way to manage this?
Django Bot
>> Links - Roberto Rosario / awesome-django · GitLab
Syed Jafer
Can someone suggest me a django project tobwork with .
inchidi
Can someone suggest me a django project tobwork with .
have you done with django tutorial, drf/graphene tutorial?
Syed Jafer
Not with drf graphene
Syed Jafer
I created some applications .
Syed Jafer
But not qualified with best practices
Syed Jafer
Someone help me yo learn
inchidi
Can someone suggest me a django project tobwork with .
then i would suggest you to create simple profile management webapp, it would help you to understand more about model relationship and inheritance. but if you think its too easy, then creating rest api with drf not a bad idea imho
Django Bot
>> Links - Simple is Better Than Complex
Django Bot
>> Links - A Complete Beginner's Guide to Django - Part 1
Aamin
Any django experts here.......i want to discuss my requirements and want to know is that possible in django or not........As i don't know django and have to learn it and then implement the requirements.....so before investing any time in learning django just want to be sure.
Rohan
Yea
Jimmies San
Weasyprint allows to convert html templates to pdf
yes i know but it want a really lot dependencies, so i'm trying to do without it :D
Jimmies San
It's kinda lengthy
create ad online doc/snippet and share it
r0b0t
http://forms.viewflow.io/
Yes.. It wasn't helpful.. I opted to use material design straight from the cdn
Rajat
I have a Django server and I have data on the server. I have a client which is also based in Django.
Rajat
I need to make a graph out of the data I get as JSON from server by feeding the vertices and edges.
Rajat
What's the easiest way out to make a graph and plot it in the template?
Django Bot
>> Links - The Django Book - Python Django Tutorials
Django Bot
>> Links - How To Serve Django Applications with uWSGI and Nginx on Ubuntu 16.04 | Dig - Django Tutorial Part 3: Using models - Learn web development | MDN
Django Bot
>> Links - Reversing admin URLs in Django | en.proft.me
Anonymous
Have anyone tried Postgresql and Django?
Jimmies San
Have anyone tried Postgresql and Django?
best! with mysql you can have issue
Jimmies San
check this docs is a interesting lecture about why not mysql with django https://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/
Jimmies San
postgres is fully compatible, instead
Anonymous
Exactly am Facing issues
Jimmies San
Exactly am Facing issues
maybe some charfield more than 255 char?
Anonymous
I downloaded the Postgresql and installed on windows, when I click pgadmin4 it keeps saying unable to connect to application server
Jimmies San
on windows??? mmmmh never used on windows... 😐
Jimmies San
🤦‍♂🤦‍♂
have you configured the pgadmin ?
Anonymous
on windows??? mmmmh never used on windows... 😐
Is there a way I could use postgresql without using it on my system
Anonymous
have you configured the pgadmin ?
Yeah, I did so from the installation
Jimmies San
Anonymous
Coming gat to confirm something
Anonymous
What kind of Linux O.s can i use as a beginner to linux?
Anonymous
Good evening, someone has made a rest API (using django rest framework) with social network authentication (Oauth)? If so, did you use a library for the Oauth or recommend one? Thanks!!
Hamido 011
best! with mysql you can have issue
Geo spatial support https://docs.djangoproject.com/en/2.0/ref/contrib/gis/install/postgis/
Jefferson
What kind of Linux O.s can i use as a beginner to linux?
I think you could try ubuntu, mint or manjaro. All of that distributions are pretty easy to use
Karim Norman
Hello, a question: should the admin available as admin namespace or I must add it explicitly? raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'admin' is not a registered namespace
Spear
?
Karim Norman
naaa... my issue, fixed.
Django Bot
>> Links - How To Serve Django Applications with uWSGI and Nginx on Ubuntu 16.04 | Dig
Django Bot
>> Links - Demand for Ruby on Rails is Still Huge | Hacker News - python - Error when using include('admin.site.urls'): Passing a 3-tuple to
Rohan
thank you
No problem
Luis
https://www.digitalocean.com/community/tutorials/how-to-set-up-object-storage-with-django
Luis
Interesting use for Boto3.
Jitender
Please give me some best books to start with django
Jimmies San
Please give me some best books to start with django
in history we have a lot of ... do a search;)
Rust
Please give me some best books to start with django
https://github.com/amureki/django_faq/blob/master/README_EN.md#books
Jitender
Any free book for django
Jitender
In pdf form
Jimmies San
please use search history or function like SEE FILE ON GROUP
Jimmies San
you will find a lot of resources
Jimmies San
https://t.me/pythonres
Jitender
Thanku
Jimmies San
https://simpleisbetterthancomplex.com/