Skip to content

A movie management system written in Django, PostgreSQL, and Bootstrap

Notifications You must be signed in to change notification settings

basil08/playtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEV SPECS

TODO

1. Icons 2. Sidebar 3. moviePage 4. Dynamic quote; login page 5. Use S3 for storing posters 6. Add markdown support for reviews

IMPROVEMENTS?

  1. Add image upload feature to reviews

TARGET: MVP

0. Authentication 1. CRUD Movie Database 2. Add rating, reviews 3. Search features 4. Public watchlog 5. Public watchlist

BUGS

  1. Update movie details fails if new poster is added

MODELS

  1. Movie a. title: CharField b. language: CharField c. region: CharField d. synopsis: CharField e. release_year: Integer f. n_watches: Integer g. imdb_rating: Floating h. runtime: Floating i. is_franchise: Boolean j. have_watched: Boolean k. on_watchlist: Boolean l. release_date: Integer m. first_watch: Date n. directors: CharField o. genres: CharField p. tags: CharField

q. created_ts: DateTime r. created_by: ForiegnKey s. last_updated: DateTime

t. poster_image: CharField u. is_reviewed: v. distributor w. music_by x. trailer_video y. is_franchise z. franchise_movies aa. release_date ab. based_on

  1. Review a. title b. text c. movie d. rating e. created_ts f. created_by g. last_updated

About

A movie management system written in Django, PostgreSQL, and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages