Skip to content

Commit

Permalink
refactor(sample_project): rearrange app order
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 30, 2025
1 parent 630cd48 commit d936dfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
# swagger ui generation
"drf_spectacular",
# The APIS apps
"apis_core.relations",
# APIS collections provide a collection model similar to
# SKOS collections and allow tagging of content
"apis_core.collections",
"apis_core.apis_metainfo",
"apis_core.relations",
"apis_core.apis_entities",
# apis_vocabularies is deprecated, but there are
# still migrations depending on it - it will be dropped
# at some point
"apis_core.apis_vocabularies",
# APIS collections provide a collection model similar to
# SKOS collections and allow tagging of content
"apis_core.collections",
# APIS history modules tracks changes of instances over
# time and lets you revert changes
"apis_core.history",
Expand Down

0 comments on commit d936dfa

Please sign in to comment.