Skip to content

Educational video selling platform for an individual institute or teacher. Here you can create your account and buy courses and give reviews on courses.

Notifications You must be signed in to change notification settings

GK-SVG/shell_video

Repository files navigation

Django online video selling plateform

Here are Some ScreenShots of Localhost-Site

alt text

Here I Added Django Authentication System and also added Email Autentication

alt text alt text alt text

Buy Course Here And You get lifeTime Access of the Course

Here I Added RazorPay Payment Gateway

alt text alt text alt text

Want To Learn Django

Here Are Some Important Channels on Youtube(Search channel name on Youtube)

  • CodeWithHarry
  • geekyshows
  • PyPlane
  • CodingForEnterprenours
  • JustDjango

Here Are Some Important Website(Search website on Google)

Django Project

The clean, fast and right way to start a new Django3.0.7 powered website.

Getting Started

Setup project environment with virtualenv and pip.

$ python3 -m venv project-env
$ source project-env/bin/activate
$ pip install -r requirements.txt

# You may want to change the name `projectname`.
$ django-admin startproject --template https://github.com/juanifioren/django-project-template/archive/master.zip projectname

$ cd projectname/
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).

  • Simple logging setup ready for production envs.

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

About

Educational video selling platform for an individual institute or teacher. Here you can create your account and buy courses and give reviews on courses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published