Skip to content

Need the update Readme #10

@CoderMungan

Description

@CoderMungan

With that features -> here & here
our library correctly work. But when i read the documentation i see a few confusions.

  • For the CustomUser and TimeBasedStampModel model:
from djangoessentials.model import CustomUser, TimeBasedStampModel

The 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 migrate

needs to add.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions