Hi Bernd,
Indeed, I did not look closely at what was happening. Definitely add a feature
request. I sincerely believe that if we would implement the Subquery object as
a CTE, it would resolve these situations without much changing anything else.
https://code.djangoproject.com/ticket/28919
Tha
Hi Daniella,
Next time you want to ask us something, please drop the caps lock key.
Etienne
Le 2018-03-16 à 11:53, Daniella a écrit :
PLEASE I AM NEW TO DJANGO FRAME WORK. PLEASE CAN SOMEONE PUT ME
THROUGH ON HOW TO GET STARTED, USING IT TO DEVELOP A WEBSITE AND WEB
APPLICATION. THANKS IN AN
Hi Daniella. Welcome to the django ecosystem.
As per your question, to get started with django, read the tutorial.
https://www.djangoproject.com/start/
On 16 Mar 2018 18:57, "Daniella" wrote:
PLEASE I AM NEW TO DJANGO FRAME WORK. PLEASE CAN SOMEONE PUT ME THROUGH ON
HOW TO GET STARTED, USING I
https://www.djangoproject.com/start/
On Fri, Mar 16, 2018 at 8:53 AM, Daniella
wrote:
> PLEASE I AM NEW TO DJANGO FRAME WORK. PLEASE CAN SOMEONE PUT ME THROUGH ON
> HOW TO GET STARTED, USING IT TO DEVELOP A WEBSITE AND WEB APPLICATION.
> THANKS IN ANTICIPATION
>
> --
> You received this message
PLEASE I AM NEW TO DJANGO FRAME WORK. PLEASE CAN SOMEONE PUT ME THROUGH ON
HOW TO GET STARTED, USING IT TO DEVELOP A WEBSITE AND WEB APPLICATION.
THANKS IN ANTICIPATION
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this g
Thank You!!! That got me going. I have been working on this for days
and you got me going in a few minutes! I can't thank you enough!
On Friday, March 16, 2018 at 11:51:28 AM UTC-4, Matthew Pava wrote:
>
> Use self.kwargs.get(‘gwpk’)
>
>
> https://docs.djangoproject.com/en/2.0/topics/class-
Use self.kwargs.get(‘gwpk’)
https://docs.djangoproject.com/en/2.0/topics/class-based-views/generic-display/#dynamic-filtering
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On
Behalf Of RisenFenix
Sent: Friday, March 16, 2018 7:55 AM
To: Django users
Subject: Question
I want to add a custom pre-login signal (user_logging_in) that fires just
before Django's login function is called. This is a snippet from our custom
account app that may explain what I want:
from django.contrib.auth import login as real_login
def custom_login()
# Allow other apps to per
I am a newby to Django (2.0) and need some assistance, please. I have a
list of Grocery Wholesale Vendors in one model and their Contacts in
another with one to many join.
The Model...
from django.conf import settings
from django.db import models
from django.urls import reverse
[...]
#Groc
Hi, I've only been using Django for a few weeks really, so I'm not sure how
much I can help, but this is concerning for me, and I'd like to help
resolve it.
Are you able to just include your full models.py file here? I'll run it on
my computer and try to debug too.
On Thu, Mar 15, 2018 at 5:20 PM
Hi, I think the problem comes from mod_wsgi. I had the same problem when
virtualhost listen on multiple ports.
Please look at this GH issue
https://github.com/GrahamDumpleton/mod_wsgi/issues/206
and try this
by
https://github.com/GrahamDumpleton/mod_wsgi/issues/206#issuecomment-305019825
by Du
Guilty as charged! Now that you mention "not", I remember seeing that in a
tutorial.
As for doing it again, I hate my job and don't have time or resources to
quit and go to school, so I'm trying to learn on the fly. I hope to write a
program to do my current job, because, so far, the ones I've
Hello,
I am trying to migrate from Python 2, Django 1.8 to Python 3, Django 1.11
and I have a little problem with dictsort filter whith Null values.
The following code was working on *Django 1.8, Python 2* :
*Extract from models.py:*
class Edition(models.Model):
titre = models.CharField(max
13 matches
Mail list logo