Alex
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
salon_management/models/__init__.py
|
|
@ -20,7 +20,7 @@ |
|
|
|
# If not, see <http://www.gnu.org/licenses/>. |
|
|
|
# |
|
|
|
############################################################################## |
|
|
|
import salon_management |
|
|
|
import salon_booking |
|
|
|
import salon_config |
|
|
|
from . import salon_management |
|
|
|
from . import salon_booking |
|
|
|
from . import salon_config |
|
|
|
|
|
|
|