Create timer to permanently delete user's account

2022-10-17 Thread Lakshyaraj Dash
Hello everybody, >From many days I'm thinking that how to create a time of 30 days to delete a user account completely from a blog app in my application. Note that the user will get a time of 30 days to recover his/her account. Please help me in my query if anyone has any experience about this in

PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-17 Thread regan opere
Hello, I am new to django and I am still learning. I have created two apps core and store and I have registered them in the settings file of my root directory. This is the error I get: django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: apps my settings

Re: manage.py loaddata: Problem installing fixture... Email matching query does not exist

2022-10-17 Thread Luiz Angelo Daros de Luca
Hello Moritz, I have good news. I managed to migrate from sqlite3 to postgresql. You need to apply this patch and load each mailman app individually because it conflicts with existing objects, truncating the *_profile tables on the way. https://gitlab.com/mailman/hyperkitty/-/merge_requests/469