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

https://github.com/norakgithub/cookiecutter-django-angular

Cookiecutter template for Django and Angular
https://github.com/norakgithub/cookiecutter-django-angular

Last synced: about 1 year ago
JSON representation

Cookiecutter template for Django and Angular

Awesome Lists containing this project

README

          

# Cookiecutter template for Angular and Django

## Deployment
Allow `docker-compose` to access backend script
```bash
$ chmod 777 backend/docker/entrypoint.sh backend/docker/wait-for-postgres.sh
```