Skip to content

Commit

Permalink
CH-59 Rename ch_django directory to django_baseapp directory in the d…
Browse files Browse the repository at this point in the history
…jango template
  • Loading branch information
condar-metacell committed Sep 16, 2024
1 parent 45c1e24 commit ba176c9
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Migration(migrations.Migration):

dependencies = [
("ch_django", "0001_initial"),
("django_baseapp", "0001_initial"),
]

operations = []
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
# add the local apps
INSTALLED_APPS += [
"__APP_NAME__",
"ch_django"
"django_baseapp"
]

# override django admin base template with a local template
Expand Down

0 comments on commit ba176c9

Please sign in to comment.