-
Couldn't load subscription status.
- Fork 3
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
With that features -> here & here
our library correctly work. But when i read the documentation i see a few confusions.
- For the
CustomUserandTimeBasedStampModelmodel:
from djangoessentials.model import CustomUser, TimeBasedStampModelThe library is made to appear as an application. For this reason:
INSTALLED_APPS = [
# the other apps
'djangoessentials',
]and also if the CustomUser model is to be implemented:
AUTH_USER_MODEL = "djangoessentials.CustomUser"Nice to have migration commands!
python manage.py makemigrations
python manage.py migrateneeds to add.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers