R
And the problem is on getting the last request based on the reference last counter
Felex
hello,any resource on how to go about password registration process. in django 2.0(using path() function not the url() function)
Django Bot
>> Links - Django totourials - that is not yet another blog ? : django
R
may i know whay those 9 and 10 stands for?
Any suggestion? Maybe creating a custom lookup expressiom?
Sudarshan
is it advicable to learn django when u already know nodejs
Sudarshan
*advisable
R
Depends why would you learn django
inchidi
can you paste this to dpaste.de so i dont need to rewrite it?
Sudarshan
i dont know i am currently a student discovering new techologies
Django Bot
>> Links - Heroku ☁️ + Django 🐴 = 🚀
Mr.13
i dont know i am currently a student discovering new techologies
better try both and go with one you find comfortable..
inchidi
Any suggestion? Maybe creating a custom lookup expressiom?
for this case, i will do something like this https://dpaste.de/8ufy # will give you last one Request object (newest) Request.objects.last() # will give you highest reference counter Request.objects.latest() # will give you highest reference counter of certain user Request.objects.filter(created_by=user).latest()
R
for this case, i will do something like this https://dpaste.de/8ufy # will give you last one Request object (newest) Request.objects.last() # will give you highest reference counter Request.objects.latest() # will give you highest reference counter of certain user Request.objects.filter(created_by=user).latest()
I had thought about the possibility of splitting the reference and the counter, but thought there would be some way of customizing the query. Will try to go through the way you propose as it will probably be simpler and see what does 'unique_together' meta attr as I didn't know it. Thanks for your effort!
Django Bot
>> Links - Deploying Django app on AWS ECS using Docker(GUNICORN, NGINX)
Django Bot
>> Links - dpetzold/terraform-django-ecs: Provision a Django project on ECS with terra
Django Bot
>> Jobs - Senior Python Developer >> Links - Model field reference | Django documentation | Django
Django Bot
>> Links - Making queries | Django documentation | Django
N S
How to increase the width of a attribute that is displayed in the form in a template
Django Bot
>> Jobs - Python/Django Developer (freelance)
Anonymous
Go forms.py
Anonymous
Example: msg = forms.Charfield(widget= forms.Textarea(attrs={‘class’:’nameClass’}))
Anonymous
and change any in css
Orack
screenshot'
Sandeep
Suggest me some libraries for django rest + mongodb
Luis
please
Anonymous
apps are not loaded error
Django Bot
>> Links - Welcome to wagtailtrans’s documentation — wagtailtrans 0.1.0 documentation
Anonymous
Django treemenu
Django Bot
>> Links - Local Django on Kubernetes with Minikube – Google Cloud Platform — Communit - Deploying Django, Postgres,Redis Containers To Kubernetes
Django Bot
>> Links - Templates | Django documentation | Django - What Powers Instagram: Hundreds of Instances, Dozens of Technologies - Threads and fork(): think twice before mixing them. | Linux Programming Blo - Twitter - Writing your first Django app, part 1 | Django documentation | Django
mλdcodez
Found it so thought of sharing 😊 No copyrights. Freely available, shared by owner of this document.
Django Bot
>> Links - kingherring - Twitch
Django Bot
>> Blogs - Overriding Field Widgets In Django Doesn't Work. Template Not Found. The So >> Links - django-translated-fields – localized model fields without magic - Stay DRY in Django With Decorators – bastions blog - The road to Docker, Django and Amazon ECS, part 1 — Depressed Optimism
Django Bot
>> Blogs - Angular 6|5 Tutorial (with RESTful Django Back-End)
Arjun
Any tool for converting HTML’s to AMP templates in django ?
Chetan
Yes but it is in Wakanda!
Sandeep
Suggest me some libraries for django rest + mongodb
Anonymous
I don't you need any
Anonymous
Probably just a mongo driver
Arjun
Actually there are libraries in php n plugins in Wordpress.. just wanted to know whether we have any 😊
Ahmad
Hello, Anyone have job like free lancer from another country?
Arjun
Yes
Amit
Suggest best book for learning django??
Anonymous
djangogirl
Neeiiih
Anonymous
Actually that would be the worst book to learn from. It's only for beginners
Anonymous
#books
Anonymous
#book
Anonymous
Hmmmm
Anonymous
#1 djangobook.com
Komang
Booking
Anonymous
#2 https://docs.djangoproject.com/en/2.0/
Ahmad
Yes
Can help me to find a job
Django Bot
>> Blogs - Staging Django for Production & Local Development - Setup React >> Links - A Production-ready Dockerfile for Your Python/Django App | Caktus Group
H
* Set up Django framework, follow the steps in the link below and you should be good. (https://www.digitalocean.com/community/tutorials/how-to-install-django-and-set-up-a-development-environment-on-ubuntu-16-04)
Anonymous
/help@GroupButler_bot
Anonymous
Sorry for the spam. Wrong message please
Levon
i want to make a accounting app and todo app in django anyone can suggest me start point (i begin learning django recently) there are on github something called accountent for django anyone try it ?
Anonymous
You well yourself know what to do
Daniel
what do you think about Django Silk ? https://github.com/jazzband/django-silk
Daniel
Instead use Django debug toolbar
hmm never tried that one
Daniel
show me please
ʚɞÇherry Łoveʚɞ
DDT can not use with Django rest api.
Ahmad
hmm never tried that one
Repo available in GitHub You can see all routes and queries ...
Daniel
Repo available in GitHub You can see all routes and queries ...
this one? https://github.com/jazzband/django-debug-toolbar
Daniel
interesting
Daniel
but isn't it consuming more resources?
Luis
It's good
R
Sugges some special way to deploy on aws ec2?
Django Bot
>> Links - Web Development With Python & Django by Parul Gupta | Springboard
Daniel
Sugges some special way to deploy on aws ec2?
what special way? you need a configuration manager
Daniel
we use Ansible as it's just yaml and is very easy to understand
Daniel
Ansible is Simple IT Automation https://www.ansible.com/