(issue-7) events models database - #27
Open
ultra-passion-fruit wants to merge 1 commit into
Open
Conversation
ultra-passion-fruit
force-pushed
the
7-events-model
branch
from
September 11, 2026 18:51
7737b8f to
930b64f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #6 #7 #13 #19
TLDR: Deleted separate app structure (may regret later) and put all into one
mainapp (hence why so many deleted files). Main benefit is one singleurls.pywhere you see all routes on website (nothing hidden anywhere). Drawback is singlemodels.pyis getting rather enormous.Summary of Changes
admin.pyforms to edit all models + hooked up to website interface.Running Instructions
From the
/jsadir, create the superuser by running seed scriptpython manage.py seedStart development server for local viewing
python manage.py runserverNavigate to
http://127.0.0.1:8000/app/and login with newly created userThen hit SAVE. This will create the "Japanese Conversation Group" event. ABSOLUTELY NECESSARY since there is a link in the nav that points to the
/japanese-conversation-group. This will generate the completely editable page that looks like:This will generate the page that looks like:
Note how this session is associated with the JCG event.