Skip to content

A basic Django app using CBV, FBV, templates, models, etc.

Notifications You must be signed in to change notification settings

Liamhanninen/fun_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fun_function

A basic Django app using CBV, FBV, templates, models, etc.

Getting Started

  1. Clone the repo
  2. cd into the directory (fun_function)
  3. Run: pip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)
  4. Run: python manage.py runserver
  5. In your browser go to: http://127.0.0.1:8000/
  6. Use some fun functions

About

A basic Django app using CBV, FBV, templates, models, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published