Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
c9bb981e
Commit
c9bb981e
authored
Nov 23, 2012
by
matjaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workflows/views.py corrected so that all sub-applications are dynamically imported.
parent
7e698944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
workflows/views.py
workflows/views.py
+4
-3
No files found.
workflows/views.py
View file @
c9bb981e
...
...
@@ -22,12 +22,13 @@ from django.contrib.auth.decorators import login_required
#settings
from
mothra.settings
import
DEBUG
,
FILES_FOLDER
#ostalo
import
os
from
latino.views
import
*
from
workflows
import
module_importer
def
setattr_local
(
name
,
value
,
package
):
setattr
(
sys
.
modules
[
__name__
],
name
,
value
)
module_importer
.
import_all_packages_libs
(
"views"
,
setattr_local
)
@
login_required
def
get_category
(
request
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment