Django Bot
>> Blogs
- Container Runtimes Part 1: An Introduction to Container Runtimes
>> Links
- How to use permission_required decorators on django class-based views - Sta
- encode/apistar: A smart Web API framework, designed for Python 3. 🌟
Anonymous
Hello, How is better to use in Ubuntu 16.04 vps nginx or apache for web server?
Django Bot
>> Blogs
- My rules for releasing open source software
- Django 2.0 Window expressions tutorial
- Django 2.0 Windows expressions tutorial
Anonymous
Anonymous
inchidi
Vulnz
Hello guys, I'm looking for django news portal engine, any ideas?
Django Bot
>> Links
- python - Django DRF with oAuth2 using DOT (django-oauth-toolkit) - Stack Ov
Meera
anybody know any ruby/ ruby on rails group ? thanx
Django Bot
>> Jobs
- Full Stack Developer
- Developer Team Lead (Django)
Anonymous
@DimasInchidi Hi, sorry can i ask member link of another group? not python or django
Anonymous
Yes
Anonymous
have any one elisp or lisp telegram group? :) i have some question about symbols and variables
Anonymous
Anonymous
Maybe
Anonymous
David
Hello, if I set my Datatables to server side processing, should I do some management of the filters and data with django? Or there's magic with that option setted? 😅
David
Oh, found some example about it, but is from the legacy version of datatables...
Django Bot
>> Blogs
- Accessing Model's/Object's Verbose Name in Django Template
David
Or better: when should I use serverSide processing in datatables?
Anonymous
inchidi
inchidi
but you need to provide your own logic for filtering from datatables
inchidi
because drf json format different with datatables expected json format
inchidi
Val
Hey guys! I am having a if-else condition problem. When I set the conditions for the if statement to run the code works just fine but when I set the condition for the else statement to work it just does not work. The code just jump the else block. What can I do to fix it?
inchidi
Val
Yeah I have
inchidi
so its false?
Val
Yes it is
inchidi
then whats wrong?
Django Bot
>> Blogs
- Really simple Django view function timer decorator
- Django version 2.0 // A Few Key Features
>> Links
- Building dashboards with Django and D3
- python 2.7 - Django Middleware, single action after login - Stack Overflow
Django Bot
>> Blogs
- From MySQL to PostgreSQL
>> Links
- Options & Objects: Customizing the Django User Model
- Writing view decorators for Django - Passing Curiosity
Meow
Django Bot
>> Links
- Using Static Assets β Effective Django
- How to Render Django Form Manually
Vulnz
Hello,anyone worked with wagtail?
ππππ¬ππΎππππ
Vulnz
Django based framework
Anonymous
Lol
Vulnz
Nice
inchidi
Aslam
hi everbody why my django manage.py take too long to start runserver ?
Aslam
Aslam
thanks
inchidi
oh nice
Django Bot
>> Jobs
- Senior Full-stack Developer (Python/Django)
>> Links
- Solving Performance Problems in the Django ORM β Always Be Helpful β Medium
- The Dramatic Benefits of Django Subqueries and Annotations
- charles leifer | Peewee, a lightweight Python ORM - Original Post
- django-treebeard/django-treebeard: Efficient tree implementations for Djang
- django-webpack-loader/examples at master · ezhome/django-webpack-loader
- ezhome/django-webpack-loader: Transparently use webpack with django
- Django + webpack + Vue.js - setting up a new project that's easy to develop
- How to Render Django Form Manually
- FlowFX (old posts, page 18) | FlowFX
Django Bot
>> Jobs
- Django Developer (Remote)
- Senior Software Engineer (Python)
ππππ¬ππΎππππ
can I make a lot of different web applications using Django? or do I have to use other frameworks like JS frameworks?
Django Bot
>> Jobs
- Senior Python Developer
>> Blogs
- Django Quiz 2017
>> Links
- Django dumpdata and loaddata (Example)
- The missing django-allauth tutorial | Sarah Hagstrom
- josephmosby.com
- dobarkod/django-casper: CasperJS integration for Django tests
- Tips for Google Accelerated Mobile Pages in Wagtail | Dave Cranwell
Damilola
Komang
hello everyone, does anyone like to play CTF?
inchidi
offtopic tho
Komang
Abhi
Django Bot
>> Links
- ToReforge/djforge-redis-multitokens: Django Rest Framework Redis MultiToken
- healthchecks/healthchecks: Django app which listens for pings and sends ale
- Waffle - feature flipper for Django
- Using pyvenv (venv) With Django on WebFaction. :: Solid Ether
- Django Tutorial | Internationalization & Localization
inchidi
sorry mate wrong group, checkout @siliconnetwork or @thedevs
Jithin
K
Anonymous
Hi
How Can Send and Receive Variable With Json In Django 1.11.7
ππππ¬ππΎππππ
Anonymous
Yes
ππππ¬ππΎππππ
actually I don't know 😂 I also want to know though
Anonymous
😂😅
Anonymous
Anonymous
Anonymous
You mean the data stored in them?
Anonymous
Emaxple
stories = Story.objects.all ()
....
return JsonResponse ({"stories" : stories })
Anonymous
Error : selliarezer
Anonymous
Anonymous
Can you help me for learn?
Anonymous
Use rest_framework
Anonymous
You basically need to create serializers for your models... and the rest is taken care by the framework
Anonymous
Take a look at this...
http://www.django-rest-framework.org/tutorial/quickstart/
Iman
David
Hello, how can I change the displayed name of a Model in my admin site? e.g suppose that I have a model called "Client_Product", in my admin page it will display "Select a Client_product to modify". I want to change that Client_product thing displayed...
R
Anonymous
https://stackoverflow.com/questions/21925671/convert-django-model-object-to-dict-with-all-of-the-fields-intact
Anonymous
Check this question in stack overflow when you have your dictonarie you just have to use json.dumps to convert it to Json object
Anonymous
I guess you are going to have problems with the csrf token, if you want to communicate from the client to Django