GithubHelp home page GithubHelp logo

kevinchen1227 / dj-video-membership Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justdjango/dj-video-membership

0.0 0.0 0.0 1.41 MB

Django Video Membership website

License: MIT License

Dockerfile 3.21% Shell 5.49% Python 56.43% CSS 2.16% JavaScript 0.03% HTML 32.25% SCSS 0.43%

dj-video-membership's Introduction

JustDjango

The Definitive Django Learning Platform.

Django Video Membership Website

This is a video membership website built with Django.

This project was bootstrapped with Cookiecutter Django

https://github.com/pydanny/cookiecutter-django/ https://github.com/ambv/black

Learn Django

This project is part of a course on JustDjango. If you want to learn how to become a professional Django developer, consider signing up for access to our courses.

Getting started

To have the project up and running, create a .env file in the root of this project and enter the environment variables according to the .template.env file.

You will need to set this environment variable so that it reads the .env file:

export DJANGO_READ_DOT_ENV_FILE=True

Type checks

Running type checks with mypy:

mypy djvideomem

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report::

coverage run -m pytest
coverage html
open htmlcov/index.html

Running tests with py.test

pytest

Celery

celery -A config.celery_app worker -l info

Make sure to have redis running with

redis-server

Other places you can find us:

YouTube Twitter

dj-video-membership's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.