Skip to content
Snippets Groups Projects
Commit 4e428ec4 authored by David Schmitz's avatar David Schmitz
Browse files

doc/development/design-overview.md: add section about python program entry points

parent 2e7dcea3
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,14 @@ in between Gunicorn and Celeryd ...@@ -36,6 +36,14 @@ in between Gunicorn and Celeryd
- ./flowspy/urls.py # Django urls config - ./flowspy/urls.py # Django urls config
#### Python program entry points
Gunicorn: ./flowspy/wsgi.py
Celeryd: ./flowspy/celery.py
Django manage: ./manage.py
task defintions shared between Gunicorn and Celeryd: ./flowspec/tasks.py
#### Overview of directories and files with code #### Overview of directories and files with code
proper Python code, partly shared by gunicorn and celeryd components: proper Python code, partly shared by gunicorn and celeryd components:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment