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
R
re2o
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
b35d3520
Commit
b35d3520
authored
Sep 10, 2017
by
Gabriel Detraz
Committed by
root
Sep 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapte à python 2.7 les models et les imports, pour compatibilité radiuso
parent
c3200696
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
23 additions
and
0 deletions
+23
-0
cotisations/__init__.py
cotisations/__init__.py
+1
-0
cotisations/admin.py
cotisations/admin.py
+1
-0
cotisations/models.py
cotisations/models.py
+1
-0
logs/__init__.py
logs/__init__.py
+1
-0
logs/admin.py
logs/admin.py
+1
-0
logs/models.py
logs/models.py
+1
-0
machines/__init__.py
machines/__init__.py
+1
-0
machines/admin.py
machines/admin.py
+1
-0
machines/models.py
machines/models.py
+1
-0
preferences/admin.py
preferences/admin.py
+1
-0
preferences/models.py
preferences/models.py
+1
-0
re2o/__init__.py
re2o/__init__.py
+1
-0
re2o/settings.py
re2o/settings.py
+1
-0
search/__init__.py
search/__init__.py
+1
-0
search/admin.py
search/admin.py
+1
-0
search/models.py
search/models.py
+1
-0
topologie/__init__.py
topologie/__init__.py
+1
-0
topologie/admin.py
topologie/admin.py
+1
-0
topologie/models.py
topologie/models.py
+1
-0
users/__init__.py
users/__init__.py
+1
-0
users/admin.py
users/admin.py
+1
-0
users/forms.py
users/forms.py
+1
-0
users/models.py
users/models.py
+1
-0
No files found.
cotisations/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
cotisations/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
cotisations/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
logs/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
logs/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
logs/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
machines/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
machines/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
machines/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
preferences/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
preferences/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
re2o/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
re2o/settings.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
search/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
search/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
search/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
topologie/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
topologie/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
topologie/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
users/__init__.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
users/admin.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
users/forms.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
users/models.py
View file @
b35d3520
# -*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
...
...
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