Eg3-git / wad2project

0 stars 0 forks source link

Databases dictionary in settings.py #3

Closed Tnick0 closed 3 years ago

Tnick0 commented 3 years ago

Migrating the database results in errors. It might be because the database dictionary has 'NAME': BASE_DIR / 'db.sqlite3', when it should be 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'). Is there any reason it's different or should I change it?

FilipVyrostko commented 3 years ago

Yeah I think you should. I don't know why is it not working since I copied it from rango app.