Skip to content

Commit

Permalink
feat(cms): renamed group eleicoes to org_eleicoes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomario committed Jul 15, 2024
1 parent d28afbb commit 9459213
Show file tree
Hide file tree
Showing 148 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class EleicaoConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'eleicoes.eleicao'
name = 'org_eleicoes.eleicao'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
)

INSTALLED_APPS += [
"eleicoes.eleicao",
"org_eleicoes.eleicao",
]

MIDDLEWARE += [
"eleicoes.eleicao.middleware.EleicaoRedirectMiddleware",
"org_eleicoes.eleicao.middleware.EleicaoRedirectMiddleware",
]

ROOT_URLCONF = "eleicoes.eleicao.urls"
ROOT_URLCONF = "org_eleicoes.eleicao.urls"

STATICFILES_FINDERS += [
"compressor.finders.CompressorFinder",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"contrib.ds.tooltip",
# Project Apps
"contrib.oauth",
"eleicoes.votepeloclima.candidature",
"org_eleicoes.votepeloclima.candidature",
]

MIDDLEWARE = [
Expand All @@ -100,7 +100,7 @@

# URLs

ROOT_URLCONF = "eleicoes.votepeloclima.urls"
ROOT_URLCONF = "org_eleicoes.votepeloclima.urls"


AUTHENTICATION_BACKENDS = [
Expand Down
File renamed without changes.

0 comments on commit 9459213

Please sign in to comment.