Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 731 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 731 Bytes

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.