Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rybička
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Rybička
Commits
0ac588e0
Commit
0ac588e0
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into 'test'
# Conflicts: # README.md
parents
2e7eb5b2
7ad44afc
No related branches found
No related tags found
3 merge requests
!5
Release
,
!4
Release
,
!3
Release
Pipeline
#11835
passed
2 years ago
Stage: build
Stage: test_deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
rybicka/settings/production.py
+0
-2
0 additions, 2 deletions
rybicka/settings/production.py
with
1 addition
and
2 deletions
README.md
+
1
−
0
View file @
0ac588e0
...
@@ -9,6 +9,7 @@ Aplikace pro všemožné jednoduché nástroje, které pomohou automatizovat slo
...
@@ -9,6 +9,7 @@ Aplikace pro všemožné jednoduché nástroje, které pomohou automatizovat slo
├── shared = Sdílené templaty a statické soubory pro všechny ostatní aplikace, index.
├── shared = Sdílené templaty a statické soubory pro všechny ostatní aplikace, index.
├── member_group_size_calc = Kalkulačka velikosti skupiny členů.
├── member_group_size_calc = Kalkulačka velikosti skupiny členů.
├── mail_signature = Generátor podpisů do emailů.
├── mail_signature = Generátor podpisů do emailů.
├── rv_voting_calc = Kalkulačka hlasování RV.
├── static_src = Zdrojové CSS a JS, které příkazem 'make build' buildujeme.
├── static_src = Zdrojové CSS a JS, které příkazem 'make build' buildujeme.
├── requirements = Pythonové závislosti z PyPI.
├── requirements = Pythonové závislosti z PyPI.
└── env.example = Příklad .env souboru.
└── env.example = Příklad .env souboru.
...
...
This diff is collapsed.
Click to expand it.
rybicka/settings/production.py
+
0
−
2
View file @
0ac588e0
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
Production settings.
Production settings.
"""
"""
import
os
from
.base
import
*
from
.base
import
*
ALLOWED_HOSTS
=
env
.
list
(
"
ALLOWED_HOSTS
"
)
ALLOWED_HOSTS
=
env
.
list
(
"
ALLOWED_HOSTS
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment