Re: DB migration: Loading a massive fixture dump

2020-09-01 Thread Fred Blaise
Hi Mike, Thanks for the answer. Yes, I was aware yet hopeful regarding the size. Regarding the converter, I would be interested to take a look at your py3 work, if you could forward it along. Thanks. On Wed, Sep 2, 2020, 00:21 Fred Blaise wrote: > Hi, > > I have to migrate a database from m

Re: DB migration: Loading a massive fixture dump

2020-09-01 Thread Mike Dewhirst
On 2/09/2020 3:51 am, Fred Blaise wrote: > Hi, > > I have to migrate a database from mysql to postgresql. Unfortunately, > there is quite a bit of data in there. > > As a strategy, I thought of using Django's ORM feature, dump the data > from my setup using mysql, and load the fixtures on the other

DB migration: Loading a massive fixture dump

2020-09-01 Thread Fred Blaise
Hi, I have to migrate a database from mysql to postgresql. Unfortunately, there is quite a bit of data in there. As a strategy, I thought of using Django's ORM feature, dump the data from my setup using mysql, and load the fixtures on the other setup using postgresql, such as: # on mysql $ do

Adding to User new variable / money system in game

2020-09-01 Thread Gracjan Chudziak
New to Django, I want create a money system in my game that each user have a different coins I tried add to User in views a variable 'balance' My views.py: 1. from monety.models import Gamer 2. from django.contrib.auth.models import User 3. from .forms import RegisterForm 4.

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-01 Thread Kasper Laudrup
Hi King Niko, On 01/09/2020 07.43, King Niko wrote: The console does not seem to provide much information. It is simply stating that there is a 500 Server Error. I tried sifting for more details but there were none. The console in your browser is not providing any information because it do

Django security releases issued: 3.1.1, 3.0.10 and 2.2.16

2020-09-01 Thread Carlton Gibson
Today the Django team issued 3.1.1, 3.0.10 and 2.2.16 as part of our security process. These releases address two security issues, and we encourage all users to upgrade as soon as possible: https://www.djangoproject.com/weblog/2020/sep/01/security-releases/ -- You received this message becaus