Hi everyone,
I am new to Django. I have started a new project running on my localhost.
Rather than using the default sqlite database, I changed it to mysql with
the following settings on MacOS High Sierra v13.10.6:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
How to do so?
On Friday, December 7, 2018 at 1:38:09 AM UTC+11, C. Kirby wrote:
>
> Did you start your mysql process?
>
> On Thursday, December 6, 2018 at 9:33:37 AM UTC-5, Cool Smith wrote:
>>
>> Hi everyone,
>>
>> I am new to Django. I have started a
I tried starting MYSQL server on System Preferences. However, it seems the
server will shutdown automatically a few seconds later.
On Friday, December 7, 2018 at 8:09:28 PM UTC+11, Cool Smith wrote:
>
> How to do so?
>
> On Friday, December 7, 2018 at 1:38:09 AM UTC+11, C. Kirby wrot
3 matches
Mail list logo