Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/reorg cms #224

Merged
merged 27 commits into from
Jul 17, 2024
Merged

Feature/reorg cms #224

merged 27 commits into from
Jul 17, 2024

Conversation

sergiomario
Copy link
Contributor

@sergiomario sergiomario commented Jul 8, 2024

Contexto

A ideia é reorganizar a estrutura do projeto do CMS em grupos de sites por tema e organizações, como Amazônia de Pé, Nossas e temas como eleições.

app/

├── contrib/
│ ├── init.py
│ ├── design_system/
│ └── other_common_components/

├── eleicoes/
│ ├── init.py
│ ├── eleicaodoano/
│ ├── votepeloclima/
│ └── ...

├── org_amazonia_de_pe/
│ ├── init.py
│ ├── adp/
│ └── ...

├── org_nossas/
│ ├── init.py
│ ├── nossas/
│ └── ...

├── project/
│ ├── init.py
│ ├── settings/
│ │ ├── init.py
│ │ ├── base.py
│ │ ├── cms.py
│ ├── wsgi.py

└── manage.py

Link da Tarefa/Issue

  • Reorganização da estrutura de sites do CMS
  • Criar subgrupos de pastas temáticas
  • Padronizar o modelo de settings em cada projeto
  • Criar um django comand para criar novos sites
  • Ajustar serviços para refletir a nova estrutura no docker-compose.

Como testar?

É necessário tentar rodar os projetos setando o arquivo de configuração corretamente

  • DJANGO_SETTINGS_MODULE=org_nossas.nossas.settings python manage.py runserver
  • DJANGO_SETTINGS_MODULE=org_amazonia_de_pe.adp.settings python manage.py runserver
  • DJANGO_SETTINGS_MODULE=eleicoes.votepeloclima.settings python manage.py runserver

Testar criar novos grupos e sites

  • DJANGO_SETTINGS_MODULE=project.settings python manage.py create_site org_nossas novo_site
  • DJANGO_SETTINGS_MODULE=project.settings python manage.py create_site novo_grupo novo_site

Novos Scripts

Dentro do app project foi criada uma pasta management com o script create_site.py.

@sergiomario sergiomario self-assigned this Jul 8, 2024
@sergiomario sergiomario added the enhancement New feature or request label Jul 8, 2024
@sergiomario sergiomario changed the base branch from main to release/votepeloclima July 8, 2024 18:12
@igr-santos igr-santos self-requested a review July 17, 2024 17:26
@igr-santos igr-santos merged commit 6813730 into release/votepeloclima Jul 17, 2024
1 check passed
@igr-santos igr-santos deleted the feature/reorg-cms branch July 17, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants