Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
f4c92c1c
Commit
f4c92c1c
authored
Apr 09, 2021
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change settings example
parent
9e7f5b76
Pipeline
#802
failed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
settings_example.py
outils/settings_example.py
+0
-1
reception_index.js
reception/static/js/reception_index.js
+0
-1
No files found.
outils/settings_example.py
View file @
f4c92c1c
...
...
@@ -14,7 +14,6 @@ https://docs.djangoproject.com/en/1.8/ref/settings/
import
os
from
.settings_secret
import
*
from
.texts.cagette
import
*
from
.config
import
*
from
.customized_errors_filter
import
*
...
...
reception/static/js/reception_index.js
View file @
f4c92c1c
...
...
@@ -74,7 +74,6 @@ function clean_local_storage() {
// Remove from local storage
localStorage
.
removeItem
(
"order_"
+
uptodate_order
.
id
);
// Evolution: remove order's group too
// Evolution: warn user (order modified elsewhere, local data has been deleted)
found
=
true
;
}
...
...
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