Skip to content

Django Views Workshop by Juan Alegría & Tomás Acosta

Notifications You must be signed in to change notification settings

ISIS2503-202220-G2-P1/TallerDjango-Vistas

 
 

Repository files navigation

Monitoring Views Workshop

By Juan Alegría (202011282) and Tomás Acosta (202011237)

  • if you want a easy installation use pipenv* else use requirements.txt

pipenv: can be installed wih:

pip install pipenv

dont forget to check if you have the right python version: 3.8

  • Executing with pipenv
pipenv run python {command}

Example:

pipenv run python manage.py makemigrations 

Running initial Postman tests

Creation of new routes

Consult the list of all measures (measurements)

Query a measure given its identifier

Create a measure

Change a measure given its identifier

Delete a measure given its identifier

About

Django Views Workshop by Juan Alegría & Tomás Acosta

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%