An open API service indexing awesome lists of open source software.

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

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*