That question should be posted on Django user, where people discuss on how
to use django to build web site and web application. This list is for
improving djnago.
Anyway.
The first argument of the url tag is the name of the URL you want. The most
common way to specify an URL name is with the forma
Hello,
If in the urls.py, I can write:
*app_name* = '*posts*'
.
.
path(' ', views.home, name='home'),
then why it is required to refer url name (from the template) by the *app_name
value* as:
{% url '*posts*:home' %}
It should be referred instead by *app_name variable* like below:
{% url '*ap
Hey all,
I've run across an issue and I'm not sure if what I have is a bug, or
if I've just done something horribly wrong.
I'm hoping one of you can help me work out what it is.
The issue is that `AutoField.db_type` returns 'serial', which is a
"syntactical sugar" (not a true type) in Postgre
Hi Django devs. I've looked all over for the tools that power djangoci.com,
but I don't see them. Are the Jenkins configuration, scripts, and resources
available someplace?
Full disclosure, I'm on the Visual Studio Team Services group at Microsoft.
We're making sure that our CI system is as goo
Hi all,
Calendar Week 27 -- ending 6th July.
Reviewed:
https://code.djangoproject.com/ticket/28540 -- Document changes to file
upload permissions in Django 1.11
https://code.djangoproject.com/ticket/29544 -- Add a MariaDB database
backend
Triaged:
https://code.djangoproject.com/ticket/295