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
Compare revisions
2e7eb5b2405bc53db82204f6831444d83fe8f9ce to 7ad44afcf8a2b64a5ac5d12b74e6231cd580c903
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
to/rybicka
Select target project
No results found
7ad44afcf8a2b64a5ac5d12b74e6231cd580c903
Select Git revision
Branches
main
test
2 results
Swap
Target
to/rybicka
Select target project
to/rybicka
1 result
2e7eb5b2405bc53db82204f6831444d83fe8f9ce
Select Git revision
Branches
main
test
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
new link
· 89a19f7e
Tomáš Valenta
authored
2 years ago
89a19f7e
fixed conflict
· a5e84b34
Tomáš
authored
2 years ago
a5e84b34
update readme
· fe2cb63f
Tomáš
authored
2 years ago
fe2cb63f
remove unused import
· 7ad44afc
Tomáš
authored
2 years ago
7ad44afc
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
View file @
7ad44afc
...
...
@@ -8,6 +8,7 @@ Aplikace pro všemožné jednoduché nástroje, které pomohou automatizovat slo
├── rybicka = Nastavení projektu, URLs.
├── shared = Sdílené templaty a statické soubory pro všechny ostatní aplikace, index.
├── member_group_size_calc = Kalkulačka velikosti skupiny členů.
├── rv_voting_calc = Kalkulačka hlasování RV.
├── static_src = Zdrojové CSS a JS, které příkazem 'make build' buildujeme.
├── requirements = Pythonové závislosti z PyPI.
└── env.example = Příklad .env souboru.
...
...
This diff is collapsed.
Click to expand it.
rybicka/settings/production.py
View file @
7ad44afc
...
...
@@ -2,8 +2,6 @@
Production settings.
"""
import
os
from
.base
import
*
ALLOWED_HOSTS
=
env
.
list
(
"
ALLOWED_HOSTS
"
)
...
...
This diff is collapsed.
Click to expand it.