/django_form

Playing around with django forms

Primary LanguagePythonMIT LicenseMIT

django_form

Playing around with django forms

Prereqs (Debian / Ubuntu)

sudo apt install python3 python3-venv python3-pip

Requirements

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

Django setup

./venv/bin/python3 manage.py migrate
./venv/bin/python3 manage.py createsuperuser
./venv/bin/python3 manage.py runserver

Create new from autocomplete

To create a new entry from an autocomplete, you need to have the proper, permissions, which requires logging in.

Create new models