Django Bot
>> Links - Django Content Management System | Wagtail CMS
Anonymous
pycharm community edition doesnt support django, you are using it?
It doesnt support it doesnt mean you cant use it.... I heard you can get the professional version for free if you are a student
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
inchidi
It doesnt support it doesnt mean you cant use it.... I heard you can get the professional version for free if you are a student
yeah, am kinda confused by cannot import django project to pycharm and true, you can apply student license and get free one year all jetbrains ide, including pycharm.
Django Bot
>> Links - Vue Tutorial with Django RESTful API — Vue CLI 3 Tutorial In Depth
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???
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
Jimmies San
Hello everyone , can u help me please with queryset ?
we are more or less 500: it's better if you ask directly on group. maybe someone reply :)
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
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
Tim
to get no duplicate data you can use .distinct()
But I can not understand how to combine data from table in one variable
Tim
Thanks
inchidi
Thanks
i'd like to suggest you to complete django tutorial first
Rust
Hi everyone!
Jimmies San
I am sorry , also want to sort it by date for example with datepicket widget
"use the docs: young padawan." :) that's not mean: don't ask to community. just try to look at docs before because often answers are just there - ready for you :)
Jimmies San
and django docs are really amazing, and well done with examples.
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?
Abhi
with free heroku you not have storage
Then how can i store files?
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
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?
Jimmies San
Hi, Guys! Need a help! Who did activate new application without model in admin panel?
you have to add it to installed apps https://docs.djangoproject.com/en/2.0/ref/applications/
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??
ʚɞÇherry Łoveʚɞ
Can anyone hlp??
where is your code ?
Milan
This code
Milan
Now at localhost
ʚɞÇherry Łoveʚɞ
Now at localhost
can you show me exactly error line ?
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
what is jp stand for ?
Look in above code pic
Milan
This
Milan
It's Jason parser object
ʚɞÇherry Łoveʚɞ
It's Jason parser object
JSONParser is a your custom class ?