Skip to content

A Django movie application with pagination, search and authorization

Notifications You must be signed in to change notification settings

Boadzie/moviemani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieMan

movieman

A Django movie application with pagination, search and authorization

Features

  1. CRUD functionality

  2. Authorization(admin only)

movieman_auth

  1. Pagination support

  2. File upload support

  3. Styled with Tailwindcss

How to Run

  1. Create a virtual environment with venv or any other
python -m venv myenv
  1. Install the package from the requirements.txt file
pip install -r requirements.txt
  1. Run the application with:
python manage.py runserver

and then run the tailwindcss server with:

python manage.py tailwind start

in a new terminal shell.

  1. Visit http://localhost:8000/ to the see the app.

About

A Django movie application with pagination, search and authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published