Skip to content

syntnc/django-tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDb Search App using Django

A movie-search engine based on Django, powered by TMDb.

Contents

Platform

    python: 3.7.1
    vs code: 1.25.1
    ubuntu: 18.04

Dependencies

  • Django: A high-level Python web framework.
  • tmdbsimple: A Python wrapper on the TMDb V3 API.
  • gunicorn: A Python WSGI HTTP Server for UNIX, used to host the webiste on Heroku.
  • whitenoise: A simple static file serving package for Python web apps.

Usage

Dependencies must be set up in an enviroment before using the project. Follow the following instructions for setting up the environment:

Install Dependencies

  • For pip:
      python3 -m virtualenv <environment name>
      source <environment name>/bin/activate
      pip install -r requirements.txt
    
  • For Anaconda:
      conda env create -f environment.yml
      source activate django-tmdb
      pip install -r requirements.txt
    

Run

```
    python manage.py runserver
    OR
    gunicorn pytmdb.wsgi:application --log-file -
```

This web app has been deployed live on Heroku.

About

A movie-search engine based on Django, powered by TMDb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy