Added dependiencies.json and added pastafari_tasks support to config_task
This commit is contained in:
parent
2bb28678ef
commit
a26aa723b3
5 changed files with 16 additions and 6 deletions
|
|
@ -61,8 +61,10 @@ if hasattr(config, 'pastafari_base_path'):
|
|||
|
||||
pastafari_paths=[]
|
||||
|
||||
if hasattr(config, 'pastafari_paths'):
|
||||
pastafari_paths=config.pastafari_paths
|
||||
#if hasattr(config, 'pastafari_paths'):
|
||||
# pastafari_paths=config.pastafari_paths
|
||||
|
||||
pastafari_paths=config_task.pastafari_paths
|
||||
|
||||
@admin_app.route('/pastafari2/dashboard/')
|
||||
def pastafari2_dashboard():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue