Quick start

  • Install Pyforms using pip.

pip install pyforms-web
  • Clone pyforms-web repository.

git clone https://github.com/UmSenhorQualquer/pyforms-web.git
  • Access the server directory inside the pyforms-web local repository.

cd pyforms-web/server
  • Initiate the django development server.

python manage.py migrate
python manage.py runserver