Re: How do I override default date formats per locale in Django?

2019-07-25 Thread אורי
*Update:* I found out that it's possible to override formats per locale in this link , and added formats for en and he locales, but they don't work. I added a debugging code which you can see here

Re: not too much experience with Django

2019-07-25 Thread Mike Dewhirst
On 26/07/2019 12:37 pm, yaba koba wrote: Hi everyone I started Django almost 1 years ago and I like this framework and I make small blog projects with using (django + boostrap4, nginx + gunicorn) but I would like to make a professional website for the town hall from my small town with django.

not too much experience with Django

2019-07-25 Thread yaba koba
Hi everyone I started Django almost 1 years ago and I like this framework and I make small blog projects with using (django + boostrap4, nginx + gunicorn) but I would like to make a professional website for the town hall from my small town with django. My question is: What are the fundamentals

Job opporunity for an experienced Django/Python software engineer - Corvallis, OR (Remote possible)

2019-07-25 Thread Nikolas Stevenson-Molnar
The Conservation Biology Institute (CBI) is a non-profit organization of scientists, GIS analysts, spatial modellers, and software engineers. Our software development team works closely with scientists and stakeholders to build software that helps them better understand and communicate their data,

Re: New user question: Where to put non-form validation code?

2019-07-25 Thread Matt Zand
Hi everyone, Does anyone know how to post blog at below page: https://www.djangoproject.com/community/blogs/ I am really frustrated as I submitted last week but nothing is there. Who is in charge of blog posts on Django site? Thx, Matt On Thu, Jul 25, 2019 at 12:38 AM Mike Dewhirst wrote: >

Defining Models outside models.py

2019-07-25 Thread Sam Taiwo
Hi everyone, I know there are currently 3 ways to define a model in Django 1) Define it directly in the models.py file 2) Define it directly in a models package in the same directory as your other app files 3) Define it somewhere completely different and just import the models into the