Manage Them Beers
- Install python3
pip install -r requirements.txtcd feer_club/python manage.py runserverpython manage.py createsuperuserto create a user- Go to
http://127.0.0.1:8000/adminfor admin page - Go to
http://127.0.0.1:8000/feerfor beers! Cheers!
The feer app has fixtures for a number of models in the fixtures directory in the feer app. Load these using
`python manage.py loaddata <fixture>`
If you find any bugs or have any suggestions, please submit an issue in the issue tracker and provide an appropriate tag. If you want the issue to be resolved within a reasonable time frame, make a pull request.