DATABASE DICTIONARY in Settings.py

2017-04-03 Thread alkhairohr
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

Re: DATABASE DICTIONARY in Settings.py

2017-04-04 Thread alkhairohr
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

Mysql/Models

2017-04-16 Thread alkhairohr
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