Skip to content

Conversation

timgraham
Copy link
Collaborator

No description provided.

@aclark4life
Copy link
Collaborator

aclark4life commented Oct 16, 2025

I'll add these to the project template, I wonder why we didn't notice sessions which has to be installed for Django to run but currently doesn't have a custom apps.py? I assume it's because it has a model but the model is not a critical part of the app's functionality, but I haven't looked yet.

@timgraham
Copy link
Collaborator Author

The session model uses session_key = models.CharField(_("session key"), max_length=40, primary_key=True) rather than AutoField, so I was wrong to list it here. The other apps aren't enabled in the default project template's INSTALLED_APPS. I suppose they could be added to the template, even if unused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants