Skip to content

marcospatzer/ConTTudOwebProject

 
 

Repository files navigation

ConTTudOwebProject

Build Status Code Health Coverage Status

How to develop?

  1. Clone the repository;
  2. Create a pipenv with Python 3.8.0;
  3. Activate pipenv;
  4. Install the dependencies;
  5. Configure the instance with .env;
  6. Run the tests;
git clone https://github.com/ConTTudOweb/ConTTudOwebProject.git
cd ConTTudOwebProject
pipenv --three
pipenv shellre
pipenv install
cp contrib/env-sample .env
python manage.py test
python manage.py migrate_schemas --shared

python manage.py shell_plus
Client.objects.create(name="sandrofolk", schema_name="sandrofolk", domain_url="sandrofolk.conttudoweb.local")

python manage.py tenant_command createsuperuser --schema=sandrofolk

# Verificar pacotes desatualizados:
pipenv update --outdated
# Atualizar um pacote específico:
pipenv update PACOTE
# Atualizar todos os pacotes desatualizados:
pipenv update
# temas
python manage.py loaddata admin_interface_theme_bootstrap.json --schema=sandrofolk
python manage.py loaddata admin_interface_theme_foundation.json --schema=sandrofolk
python manage.py loaddata admin_interface_theme_uswds.json --schema=sandrofolk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.9%
  • CSS 38.6%
  • HTML 12.8%
  • JavaScript 3.6%
  • Shell 0.1%