/snacks-crud

Lab 28: Django CRUD and FORMS

Primary LanguagePython

Lab - Class 28

Project: Django CRUD and Forms

Author: Matt Rangel

Links and Resources

Setup

To deploy locally:

  • python3 -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt
  • python manage.py runserver

Tests

To initiate tests, run python3 manage.py test# django-models