Hey everyone,
I'm new to Django and web development overall so please bare with me. I may
be asking an incredibly stupid question.
In the DATABASES dictionary in settings.py:
DATABASES = {
'default': {
'NAME': 'something',
'ENGINE': 'django.db.backends.mysql',
'USER
Thank you so much for all this info. This really clarified things for me.
On Tuesday, April 4, 2017 at 1:42:44 AM UTC-4, Antonis Christofides wrote:
>
> Hello,
>
> this is far from an incredibly stupid question.
>
> As you know, RDBMS's keep their own list of users and have sophisticated
> permi
Hello everyone,
Again, I'm super new to django so please bare with me.
I have just connected my mysql database to my django project in
settings.py. I then manually made models for the tables in my database. I
originally used inspectdb to do this, but I was getting a bunch of errors.
I decided
3 matches
Mail list logo