All Projects → hanyucd → Movieweb_python

hanyucd / Movieweb_python

🎬 Django 搭建的一个视频网站

Projects that are alternatives of or similar to Movieweb python

Raveberry
A multi-user music server with a focus on participation
Stars: ✭ 442 (+129.02%)
Mutual labels:  django, bootstrap
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+307.77%)
Mutual labels:  django, bootstrap
Django React Blog
Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
Stars: ✭ 528 (+173.58%)
Mutual labels:  django, bootstrap
Try Django 1.11
Learn the fundamentals behind one of the most popular web frameworks in the world: Django. We will teach you step-by-step how to implement concepts like Views, Template Rendering, Forms, Saving Data, URL routing, Deployment aka Going Live, and so much more. Django is a web-framework written in Python and runs the backend for many of the internet's most popular websites such as Instagram and Pinterest. Get started today!
Stars: ✭ 359 (+86.01%)
Mutual labels:  django, bootstrap
Doorstep
The powerful e-commerce solution for Python
Stars: ✭ 88 (-54.4%)
Mutual labels:  django, bootstrap
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (+100%)
Mutual labels:  django, bootstrap
Edge
A Django project skeleton that is modern and cutting edge.
Stars: ✭ 773 (+300.52%)
Mutual labels:  django, bootstrap
Stocksensation
基于情感字典和机器学习的股市舆情情感分类可视化Web
Stars: ✭ 215 (+11.4%)
Mutual labels:  django, bootstrap
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+407.77%)
Mutual labels:  django, bootstrap
Note App Django Vue Javascript
An example of a note application using django and vue.js
Stars: ✭ 31 (-83.94%)
Mutual labels:  django, bootstrap
Vmaig blog
an opensource blog system based on django 2.2 and bootstrap https://vmaig.com
Stars: ✭ 354 (+83.42%)
Mutual labels:  django, bootstrap
Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Stars: ✭ 95 (-50.78%)
Mutual labels:  django, bootstrap
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (+27.98%)
Mutual labels:  django, bootstrap
Django Markdown Editor
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
Stars: ✭ 423 (+119.17%)
Mutual labels:  django, bootstrap
Django Bootstrap Pagination
Django template tag for rendering Page objects as Bootstrap pagination HTML
Stars: ✭ 216 (+11.92%)
Mutual labels:  django, bootstrap
Izone
django+bootstrap4 个人博客
Stars: ✭ 757 (+292.23%)
Mutual labels:  django, bootstrap
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-89.64%)
Mutual labels:  django, bootstrap
Bootstrap Breadcrumbs
Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
Stars: ✭ 91 (-52.85%)
Mutual labels:  django, bootstrap
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-45.6%)
Mutual labels:  django, bootstrap
Dcrm
Darwin Cydia Repo Manager - v4 redesigned in Django.
Stars: ✭ 188 (-2.59%)
Mutual labels:  django

网站相关技术:

django 框架搭建整个网站

bootstrap 作为前端样式框架

使用微信 JS-SDK 开发工具包,对接微信分享API,使之视频播放页面支持微信分享

python 用于程序后台逻辑处理

使用 django 自带的数据库 Sqlite3 存储网站数据

Admin(后台管理):

用户名:root 密码:root

项目环境相关依赖:

Django 安装:

> $ pip install Django==1.8.13

Django REST framework 安装:

> $ pip install djangorestframework

Django REST Swagger 安装:

> $ pip install django-rest-swagger

Requests 安装:

> $ pip install requests

项目运行:

> $ python manage.py runserver 端口

项目展示:

视频网站(部分内容)

PC 端

首页:

网站首页

播放页面:

网站播放页面

移动端

移动端效果

© Movie website. Developer by hanyu.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].