Clone Data Sample https://9gag.tv
- Clone project
- Config Database
- Run migrate:
python manage.py migrate
- Load data:
python manage.py loaddata database.json
- Run project:
python manage.py runserver 8000
-
Open address in browser:
https://localhost:8000
-
Create superuser:
python manage.py createsuperuser
-
Open admin page:
https://localhost:8000/admin
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Finish Project in #2015
- MIT