Change import paths to be absolute, change pythonpath for config app
This commit is contained in:
parent
c378e408ef
commit
841053f878
19 changed files with 814 additions and 79 deletions
|
@ -1,4 +1,4 @@
|
|||
from config_endpoints.api import resource, ApiResource, nickname
|
||||
from config_app.config_endpoints.api import resource, ApiResource, nickname
|
||||
|
||||
|
||||
@resource('/v1/user/')
|
||||
|
|
Reference in a new issue