https://github.com/lkiarest/cookiecutter-django-vue
quick bootstrap of django + vue + django-rest-framework
https://github.com/lkiarest/cookiecutter-django-vue
Last synced: about 1 month ago
JSON representation
quick bootstrap of django + vue + django-rest-framework
- Host: GitHub
- URL: https://github.com/lkiarest/cookiecutter-django-vue
- Owner: lkiarest
- License: mit
- Created: 2018-05-04T07:18:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T02:24:29.000Z (about 8 years ago)
- Last Synced: 2025-12-31T08:21:40.081Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install
```shell
pip install cookiecutter
cookiecutter gh:lkiarest/cookiecutter-django-vue
```
# config
Config raven dsn in 'settings.py' and 'fe/src/conf/raven.conf.js' if use raven
# start
```shell
./start.sh
```
# initialization
Need run installation before first visit:
# change database config in settings if needed
###
```shell
python manage.py makemigrations
python manage.py migrate
```
### or install remotely
```shell
wget http://host:port/install?name={your-name}&email={your-email}&pwd={admin-password}
```
*password length must be complex enough*