Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NoteKfet 2020
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BDE
NoteKfet 2020
Commits
fd9b9c34
Commit
fd9b9c34
authored
Aug 11, 2019
by
Pierre-antoine Comby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move apps to own dir
parent
7b23537c
Pipeline
#1422
failed with stage
in 2 minutes and 14 seconds
Changes
29
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
4 additions
and
0 deletions
+4
-0
apps/activity/__init__.py
apps/activity/__init__.py
+0
-0
apps/activity/admin.py
apps/activity/admin.py
+0
-0
apps/activity/apps.py
apps/activity/apps.py
+0
-0
apps/activity/locale/fr/LC_MESSAGES/django.po
apps/activity/locale/fr/LC_MESSAGES/django.po
+0
-0
apps/activity/migrations/__init__.py
apps/activity/migrations/__init__.py
+0
-0
apps/activity/models.py
apps/activity/models.py
+0
-0
apps/activity/tests/__init__.py
apps/activity/tests/__init__.py
+0
-0
apps/member/__init__.py
apps/member/__init__.py
+0
-0
apps/member/admin.py
apps/member/admin.py
+0
-0
apps/member/apps.py
apps/member/apps.py
+0
-0
apps/member/forms.py
apps/member/forms.py
+0
-0
apps/member/locale/fr/LC_MESSAGES/django.po
apps/member/locale/fr/LC_MESSAGES/django.po
+0
-0
apps/member/migrations/__init__.py
apps/member/migrations/__init__.py
+0
-0
apps/member/models.py
apps/member/models.py
+0
-0
apps/member/tests/__init__.py
apps/member/tests/__init__.py
+0
-0
apps/member/views.py
apps/member/views.py
+0
-0
apps/note/__init__.py
apps/note/__init__.py
+0
-0
apps/note/admin.py
apps/note/admin.py
+0
-0
apps/note/apps.py
apps/note/apps.py
+0
-0
apps/note/locale/fr/LC_MESSAGES/django.po
apps/note/locale/fr/LC_MESSAGES/django.po
+0
-0
apps/note/migrations/__init__.py
apps/note/migrations/__init__.py
+0
-0
apps/note/models/__init__.py
apps/note/models/__init__.py
+0
-0
apps/note/models/notes.py
apps/note/models/notes.py
+0
-0
apps/note/models/transactions.py
apps/note/models/transactions.py
+0
-0
apps/note/signals.py
apps/note/signals.py
+0
-0
apps/note/tests/__init__.py
apps/note/tests/__init__.py
+0
-0
apps/note/urls.py
apps/note/urls.py
+0
-0
apps/note/views.py
apps/note/views.py
+0
-0
note_kfet/settings.py
note_kfet/settings.py
+4
-0
No files found.
activity/__init__.py
→
a
pps/a
ctivity/__init__.py
View file @
fd9b9c34
File moved
activity/admin.py
→
a
pps/a
ctivity/admin.py
View file @
fd9b9c34
File moved
activity/apps.py
→
a
pps/a
ctivity/apps.py
View file @
fd9b9c34
File moved
activity/locale/fr/LC_MESSAGES/django.po
→
a
pps/a
ctivity/locale/fr/LC_MESSAGES/django.po
View file @
fd9b9c34
File moved
activity/migrations/__init__.py
→
a
pps/a
ctivity/migrations/__init__.py
View file @
fd9b9c34
File moved
activity/models.py
→
a
pps/a
ctivity/models.py
View file @
fd9b9c34
File moved
activity/tests/__init__.py
→
a
pps/a
ctivity/tests/__init__.py
View file @
fd9b9c34
File moved
member/__init__.py
→
apps/
member/__init__.py
View file @
fd9b9c34
File moved
member/admin.py
→
apps/
member/admin.py
View file @
fd9b9c34
File moved
member/apps.py
→
apps/
member/apps.py
View file @
fd9b9c34
File moved
member/forms.py
→
apps/
member/forms.py
View file @
fd9b9c34
File moved
member/locale/fr/LC_MESSAGES/django.po
→
apps/
member/locale/fr/LC_MESSAGES/django.po
View file @
fd9b9c34
File moved
member/migrations/__init__.py
→
apps/
member/migrations/__init__.py
View file @
fd9b9c34
File moved
member/models.py
→
apps/
member/models.py
View file @
fd9b9c34
File moved
member/tests/__init__.py
→
apps/
member/tests/__init__.py
View file @
fd9b9c34
File moved
member/views.py
→
apps/
member/views.py
View file @
fd9b9c34
File moved
note/__init__.py
→
apps/
note/__init__.py
View file @
fd9b9c34
File moved
note/admin.py
→
apps/
note/admin.py
View file @
fd9b9c34
File moved
note/apps.py
→
apps/
note/apps.py
View file @
fd9b9c34
File moved
note/locale/fr/LC_MESSAGES/django.po
→
apps/
note/locale/fr/LC_MESSAGES/django.po
View file @
fd9b9c34
File moved
note/migrations/__init__.py
→
apps/
note/migrations/__init__.py
View file @
fd9b9c34
File moved
note/models/__init__.py
→
apps/
note/models/__init__.py
View file @
fd9b9c34
File moved
note/models/notes.py
→
apps/
note/models/notes.py
View file @
fd9b9c34
File moved
note/models/transactions.py
→
apps/
note/models/transactions.py
View file @
fd9b9c34
File moved
note/signals.py
→
apps/
note/signals.py
View file @
fd9b9c34
File moved
note/tests/__init__.py
→
apps/
note/tests/__init__.py
View file @
fd9b9c34
File moved
note/urls.py
→
apps/
note/urls.py
View file @
fd9b9c34
File moved
note/views.py
→
apps/
note/views.py
View file @
fd9b9c34
File moved
note_kfet/settings.py
View file @
fd9b9c34
...
...
@@ -3,11 +3,15 @@
# SPDX-License-Identifier: GPL-3.0-or-later
import
os
import
sys
from
django.utils.translation
import
gettext_lazy
as
_
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
PROJECT_DIR
=
os
.
path
.
dirnam
(
os
.
path
.
realpath
(
__file__
))
APPS_DIR
=
os
.
path
.
realpath
(
oas
.
path
.
join
(
BASE_DIR
,
"apps"
))
sys
.
path
.
append
(
APPS_DIR
)
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
...
...
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