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
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
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
nounous-archives
intranet
Commits
e89f2cf2
Commit
e89f2cf2
authored
Sep 28, 2015
by
Lucas Serrano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: collision de nom apps/usr-scripts
parent
8cdfdae3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
0 deletions
+2
-0
association_wiki/__init__.py
association_wiki/__init__.py
+0
-0
association_wiki/forms.py
association_wiki/forms.py
+0
-0
association_wiki/models_ldap.py
association_wiki/models_ldap.py
+0
-0
association_wiki/models_test.py
association_wiki/models_test.py
+0
-0
association_wiki/tests.py
association_wiki/tests.py
+0
-0
association_wiki/urls.py
association_wiki/urls.py
+0
-0
association_wiki/views.py
association_wiki/views.py
+0
-0
intranet/settings.py
intranet/settings.py
+2
-0
No files found.
wiki/__init__.py
→
association_
wiki/__init__.py
View file @
e89f2cf2
File moved
wiki/forms.py
→
association_
wiki/forms.py
View file @
e89f2cf2
File moved
wiki/models_ldap.py
→
association_
wiki/models_ldap.py
View file @
e89f2cf2
File moved
wiki/models_test.py
→
association_
wiki/models_test.py
View file @
e89f2cf2
File moved
wiki/tests.py
→
association_
wiki/tests.py
View file @
e89f2cf2
File moved
wiki/urls.py
→
association_
wiki/urls.py
View file @
e89f2cf2
File moved
wiki/views.py
→
association_
wiki/views.py
View file @
e89f2cf2
File moved
intranet/settings.py
View file @
e89f2cf2
...
...
@@ -276,6 +276,7 @@ INTRANET_APPS = (
},
{
'name'
:
'wiki'
,
'module'
:
'association_wiki'
,
'category'
:
'Administration'
,
'label'
:
'Compte WiKi'
,
'title'
:
'Associer son compte crans avec le wiki du crans'
,
...
...
@@ -419,6 +420,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles'
,
#'south',
'reversion'
,
'custom_shortcuts'
)
+
tuple
(
app
.
get
(
'module'
,
app
[
'name'
])
for
app
in
INTRANET_APPS
)
# Config de l'app d'impressions
...
...
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