my main project urls.py file has
urlpatterns = [
path('mainapp/', include('mainapp.urls', namespace='mainap)),
]
and my app urls.py has the following path
path('', views.item_list, name='item_list'),
my allowed hosts in settings is
ALLOWED_HOSTS = ['.herokuapp.com']
i have already deployed the a
I had the same challenge and ended up building a form to handle this. Once
posted, I took care of setting the various conditions on the respective
users in the veiew.
On Saturday, January 8, 2022 at 10:05:06 AM UTC-5 goldwy...@gmail.com wrote:
> Control alt delete to all coding problem!
>
> On
Hello Django users,
I've recently upgraded the Django version from 2.2 to 3.2 in a project at
work. In this project, we've been using a custom version of UUIDField since
version 1.x without issues. The purpose of this field is to persist the
full UUIDs with dashes into the database (MySQL char(36)
Hi!
I've recently upgraded an old Django app from Django 1.11 all the way up to
Django 4.0. Even though the app is pretty large, the migration went smooth
(or so I thought). However, when all tests passed and I deployed the app to
production, I saw that the response time of the app took a signi
4 matches
Mail list logo