Skip to content

zyv/fbomatic

Repository files navigation

fbomatic

Provisions for having multiple pumps are currently in place, but they are not actually supported.

fbomatic dashboard screenshot fbomatic admin screenshot

Develop

./manage.py makemessages -l de
./manage.py createsuperuser
./manage.py makemigrations
./manage.py makemessages -a

Deploy

# For passenger
apt install python-is-python3

# For mysqlclient
apt install build-essential pkg-config default-libmysqlclient-dev

# For python manage.py compilemessages
apt install gettext

Adjust fbomatic.env:

EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
from django.core.management.utils import get_random_secret_key

print(get_random_secret_key())

from urllib.parse import quote

quote("password")

About

Simple FBO management app

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project