Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 736 Bytes

Feer-Club

Manage Them Beers

Getting started

  • Install python3
  • pip install -r requirements.txt
  • cd feer_club/
  • python manage.py runserver
  • python manage.py createsuperuser to create a user
  • Go to http://127.0.0.1:8000/admin for admin page
  • Go to http://127.0.0.1:8000/feer for beers! Cheers!

Seeding the Database

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>`

Contributing

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.