https://github.com/chinchalinchin/django-angular-starter
A quick start web server implementing a python WSGI app, configured to statically serve Angular 11.
https://github.com/chinchalinchin/django-angular-starter
angular django python
Last synced: about 1 month ago
JSON representation
A quick start web server implementing a python WSGI app, configured to statically serve Angular 11.
- Host: GitHub
- URL: https://github.com/chinchalinchin/django-angular-starter
- Owner: chinchalinchin
- Created: 2020-07-11T13:49:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:16:29.000Z (over 2 years ago)
- Last Synced: 2025-02-02T07:13:49.046Z (8 months ago)
- Topics: angular, django, python
- Language: Shell
- Homepage:
- Size: 1.75 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Django-Angular Starter Kit
This is a quick start application pre-configured to deploy a python Django web application onto a Gunicorn WSGI server with an Angular 10 front-end. The application has been containerized and orchestrated to connect to a postgres container. This application is ready to go with minimal changes in most environments. See the documentation below for more information.
## Documentation
- [Setup](docs/SETUP.md)
- [Application](docs/APPLICATION.md)
- [Environment](docs/ENVIRONMENT.md)
- [Appendix](docs/APPENDIX.md)