Django Bot
>> Links
- Django Content Management System | Wagtail CMS
Milan
Django Bot
>> Links
- Django vs Flask: A Practictioner's Perspective - devel.tech
- How to Install Django on CentOS 7 - Vultr.com
- Django Form Validation - Python Django Tutorials
- How to Render Django Form Manually
- amazon web services - When deploying Django into AWS Fargate how do you add
- Django Python Frame work on CentOS
- xoldDjango Python Frame work on CentOS
Django Bot
>> Links
- How to Install Django with Apache on CentOS 7 | ProfitBricks DevOps Central
Django Bot
>> Links
- How To Install the Django Web Framework 2 on Ubuntu 16.04 - nixCraft
Django Bot
>> Blogs
- Vue Tutorial with Django RESTful API — Vue CLI 3 Tutorial In Depth
Django Bot
>> Links
- postgresql - Django object creation and Postgres Sequences - Stack Overflow
- postgresql - Modify Django AutoField start value - Stack Overflow
Django Bot
>> Links
- sql - Reset auto increment counter in postgres - Stack Overflow
- postgresql - Why does Postgres generate an already used PK value? - Databas
Ab🇬🇭🇺🇬
Please does anyone know any android development group I can join
Django Bot
>> Links
- Vue Tutorial with Django RESTful API — Vue CLI 3 Tutorial In Depth
Anonymous
inchidi
How
https://www.jetbrains.com/student/
Milan
What's the difference between how to register apps in INSTALLED_APPS ??
For example,
If app name is : abc
Then register it via
'abc'
or
'abc.apps.AbcConfig'
What's the difference between way of registration of app???
inchidi
Django Bot
>> Links
- SmileyChris/django-countries: A Django application that provides country ch
Django Bot
>> Links
- Keep detailed records of the performance of your Django code.
- Django Class-Based-View Inspector -- Classy CBV
- How to GraphQL - The Fullstack Tutorial for GraphQL
Django Bot
>> Links
- django add admin user - Google Search
Tim
Hello everyone , can u help me please with queryset ?
Tim
Write me PM
Tim
I have two tables and i want to make join query by each others field
Tim
Can also send here models and some query i want to do
inchidi
Tim
https://dpaste.de/eTU8
I want to count title , views , shares joining it with Articles.userid=Users.absnum where email is for example you@know.com and other 10 emails also included
Tim
siddharth
Hello friends
i have imported a project in python2.7 environment and now getting error No module named object_tools
Please help me as there is no module name object_tools in python
inchidi
inchidi
inchidi
Tim
inchidi
Tim
Thanks
inchidi
Thanks
i'd like to suggest you to complete django tutorial first
Tim
Rust
Hi everyone!
Jimmies San
and django docs are really amazing, and well done with examples.
Tim
Jimmies San
Alright , i will do that
about model [and relations]
https://docs.djangoproject.com/en/2.0/topics/db/models/
about queryset
https://docs.djangoproject.com/en/2.0/ref/models/querysets/
Abhi
Hey guys
I am hosting a small website on free heroku account.
But i don't seem to be able to save images or files on the server
I read somewhere that heroku doesn't provide persistent storage.
Does that have something to do with this issue?
Jimmies San
Abhi
Jimmies San
Then how can i store files?
you need an external service as s3bucket or something, or pay storage.
and free heroku after 30mins of inactivity go to sleep
Abhi
Jimmies San
Abhi
Then what is it called?
Jimmies San
it's storage :)
Abhi
Anyway to get free storage?😅
Jimmies San
there is aws free tier - is limited but ok for dev purpose
Jimmies San
or check this heroku page about free plan maybe help you
https://www.heroku.com/free
Django Bot
>> Links
- fanout/django-eventstream: Server-Sent Events for Django
Segmentation
Hi, Guys! Need a help! Who did activate new application without model in admin panel?
Django Bot
>> Links
- Open-source Happiness Packets
Django Bot
>> Links
- Django Logging, The Right Way | Lincoln Loop
Milan
How can i get rid from this??
Milan
Though i can get all data by GET api
Milan
POST api raised above error
Milan
hlp
Jimmies San
data = js.parse(response.body)
Jimmies San
request.POST is for form-encoded content. For JSON, you should access the plain body directly
Django Bot
>> Links
- Things You Must Know About Django Admin As Your App Gets Bigger
Django Bot
>> Links
- Settings — Gunicorn 19.8.1 documentation
Milan
Can anyone hlp??
Milan
This code
Milan
Now at localhost
Milan
Error not generated at any specific line
Milan
Here in jp.parse(request)
Milan
Then output is
Milan
If jp.parse(request.body) then...
ʚɞÇherry Łoveʚɞ
what is jp stand for ?
Milan
This
Milan
It's Jason parser object