VSEScala / Scala-Dining

Contains the Scala Dining Website Design
4 stars 5 forks source link

Scala Dining

Cooking website.

Set-up

Local Python

The app can also be built and run with Docker.

Development commands

Dependencies

To add a new dependency, append it to requirements.in, install pip-tools inside the virtual environment and run pip-compile requirements.in. See pip-tools documentation for details.

Code style

The linter Flake8 expects the code, including docstrings, to follow the Google Python Style Guide. See the file .flake8 for the exact configuration.

To let PyCharm use the correct docstring format, change the setting at "Tools -> Python Integrated Tools -> Docstrings -> Docstring format" to Google.