/PolaStreet

Config files for my GitHub profile.

Primary LanguagePython

  • 👋 Hi, I’m @ttestformation
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Biblio

Install

python3 -m venv .venv
pip3 install -r requirements.txt

# Database etc...
python manage.py migrate
python manage.py createsuperuser

# tests unitaires
pip3 install pytest

# tests e2e
cd tests/e2e 
pnpm install

Launch dev

source .venv/bin/activate
(cd backend && python3 manage.py runserver)

# tests fonctionels
(cd tests && ./run_tests.sh)

# tests e2e
cd tests/e2e 

Transforms

# Gestion de la map
code backend/templates_ui/pages/home.html

# Gestion du formulaire de saisie d'adresse
code backend/templates_ui/pages/address.html