A basic Django app using CBV, FBV, templates, models, etc.
- Clone the repo
- cd into the directory (fun_function)
- Run: pip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)
- Run: python manage.py runserver
- In your browser go to: http://127.0.0.1:8000/
- Use some fun functions