This is a simple and user friendly business driven webapplication.This Application is develope to fulfill some business need of proposing Youtuber's and/or inviting youtubers for promotion of products, shows, events, advertisement, conduction of charity functions etc.
Get the code here : github.com/mrGain/YTubers
This Application is deployed on Heroku Cloud.
Check out the application here : ytubers.herokuapp.com
Clone the project
git clone https://github.com/mrGain/YTubers
Go to the project directory
$ cd YTubers
Create virtual environment for this particuar project by following command
YTubers $ python3 -m venv <name of virtual env>
Activate virtual environemnt
YTubers $ source <name of virtual env>/bin/activate
Install all the dependencies
$ pip download -r requirements.txt
- If you are done just run it-
YTubers $ python3 manage.py runserver
Here are the documentation which may help--
- Python virtual Environment - venv
- Django documentation - django
- Django cms (Content management system) - django CMS
- Django admin CKEditor - CKEditor