mirror of
https://github.com/Balshgit/public.git
synced 2026-02-04 10:00:39 +03:00
initial commit
This commit is contained in:
11
github-stars/server/apps/main/logic/__init__.py
Normal file
11
github-stars/server/apps/main/logic/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
This package is a place for your business logic.
|
||||
|
||||
Please, do not create any other files inside your app package.
|
||||
Place all files here, including: logic, forms, serializers.
|
||||
|
||||
Decoupling is a good thing. We need more of that.
|
||||
|
||||
Try using https://github.com/dry-python/
|
||||
It is awesome for writing business logic!
|
||||
"""
|
||||
Reference in New Issue
Block a user