Felex
what exaclty
Arjun
Hi all, have anyone used django-reversion?
Django Bot
>> Links
- rwilcox/django.bbpackage: A BBedit package for Django development
Anonymous
I want to create hai search form in Django
Anonymous
how to do
Django Bot
>> Links
- Getting model ContentType in migration - Django 1.7 - Stack Overflow
Anonymous
Can we use two forms in one template?
Anonymous
Can we use two models attribute in one form... the models which doesn't have relationship
inchidi
inchidi
tips: you will understand django forms easier if you understand what is and how to use html <form>
Anonymous
Django Bot
>> Links
- How to Use RESTful APIs with Django
N S
invalid literal for int() with base 10: 'Student' why does this happen
Anonymous
It happens when u pass a string that doesn't numbers to the function int
Anonymous
In other word if
not <your string>.isdigit()
N S
This is the model
Rohan
Share on hastebin
N S
Rohan
this
N S
How ?
Rohan
Syed Jafer
N S
Each time a do this the photo field keeps on showing photo field altered
inchidi
should be YEARS = tuple([(x,x) for x in range(2015, 2050)])
R
I need a view to create a model object based on some fields which would be filled by a user and automatically fill other fields based on the data of two objects (from different models) which the view should query based on the pk received through the url. Which class based view approach would you suggest to go with?
Django Bot
>> Jobs
- Python Developer
Pradhvan
hey can someone help me , I wrote two models and I am getting an error.
Pradhvan
https://paste.opensuse.org/80844058
Pradhvan
I am getting Cannot assign must be a instance
Pradhvan
Pradhvan
Project_progress would be common to all as every project would have this as it would have "completed" or "not"
inchidi
then any issue with using choices fields?
inchidi
if no, consider using it https://docs.djangoproject.com/en/2.0/ref/models/fields/#choices
Pradhvan
@inchidi I would be using model form in the web app. Will that make any changes ?
Pradhvan
A form with these fileds so I can store the data in the DB
inchidi
Pradhvan
okay cool , i am going through the choice fields.
Pradhvan
@inchidi thanks
Pradhvan
@inchidi still didn't help https://pastebin.com/ZePNSJBb
inchidi
Django Bot
>> Links
- Web API performance: profiling Django REST framework
Django Bot
>> Links
- Squeezing every drop of performance out of a Django app on Heroku
Abhi
https://www.codementor.io/pauloscardine/15-minute-guide-to-secure-saas-multitenancy-with-django-and-let-s-encrypt-ijtlarca8
Django Bot
>> Links
- Demystifying encodings — part 3
- Full Stack Python: Monitoring Django Projects with Rollbar
- Techiediaries - Django: Django 2 Tutorial for Beginners: Building a CRM
- Modern Django: Part 1: Setting up Django and React — v1k45
- Techiediaries - Django: Beginner's Angular 4|5 Tutorial Series for Django D
- Django Rest Framework with React Tutorial - William S. Vincent
Mi
hi all
Mi
django newbie here!
Mi
any good tutorial about DRF + vue.js?
Mi
Thx a lot!
Django Bot
>> Links
- Ubuntu Server Setup Guide for Django Websites — Brent O'Connor's documentat
N S
Hi guys i need to upload photo to the db which is better to use filefield() or imagefile ()
Anonymous
Image file ofc
Anonymous
It will prevent ambiguity
Anonymous
generic view in Django
Anonymous
best documentation
N S
inchidi
Django Bot
>> Links
- #22667 replaced occurrences of master/slave terminology with leader/followe
Django Bot
>> Links
- API Versioning with the Django Rest Framework
Liron
How should I serve static files in my views? (html, css, js)
inchidi
N S
When i give manage.py changes are not reflected in the database i had changes the user model to add new field what should i do
Django Bot
>> Links
- Saleor — an open source storefront written in Python and Django
Django Bot
>> Links
- GitHub - LabD/django-oscar-wagtail: Wagtail integration for Oscar Commerce
- mod_wsgi — mod_wsgi 4.6.4 documentation
- Untitled (http://on.codetrick.net/ByXg7IWYG)
- Twitter
- Django Tips #8 Blank or Null?
- Flask 1.0 Released | Hacker News
- Enhanced support for natural keys in Django and Django REST Framework.
- Tastypie - RESTful APIs for Django
- GitHub - rsinger86/django-lifecycle: Declarative model lifecycle hooks, ins
- GitHub - datalets/public-health-ch: Swiss Society for Public Health
Chetan
Django Bot
>> Links
- Flask 1.0 Released | Hacker News
- Load balancing Django
ilyandho
hey guys
ilyandho
i need help on how to setup the smtp server
Daniel
Hello
Daniel
what's up everyone?
Meow
do you mean setting up SMTP server ?
Meow
Can you provide us with more details about the problem you are facing with?