You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want a command for create a faust app (new python package). The idea is similar to what Django does when the command python manage.py startapp polls.
In this case could be something like: python faust startapp [my_app].
This command should create a new package inside the project base folder with agents.py and models.py
The text was updated successfully, but these errors were encountered:
We want a command for create a
faust app
(new python package). The idea is similar to whatDjango
does when the commandpython manage.py startapp polls
.In this case could be something like:
python faust startapp [my_app]
.This command should create a new package inside the project base folder with
agents.py
andmodels.py
The text was updated successfully, but these errors were encountered: