Skip to content

django web application for sharing cooking & food-related videos online(youtube for food).

Notifications You must be signed in to change notification settings

crabintheserver/pf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pika-flix

pika-flix is a Django web app to enable users share videos about cooking, food & hotel reviews.

image

Quick start

  1. Add "pikaflix" to your INSTALLED_APPS setting:

    INSTALLED_APPS = [ ..., "pf", ]

  2. Include the pikaflix URLconf in your project urls.py:

    path("pikaflix/", include("pikaflix.urls")),

  3. Run python3 manage.py migrate to create models.

  4. Start the development server and visit the admin to create a video.

  5. Visit the /home/ URL to see how it works.

About

django web application for sharing cooking & food-related videos online(youtube for food).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published