Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp
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
Container Registry
Model registry
Operate
Environments
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
Fay Arnold
djangoldp
Commits
440c06a5
Commit
440c06a5
authored
4 years ago
by
plup
Browse files
Options
Downloads
Patches
Plain Diff
feature: added missing mandatory params in template config
parent
ce53b754
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
djangoldp/conf/global_settings.py
+1
-0
1 addition, 0 deletions
djangoldp/conf/global_settings.py
djangoldp/conf/server_template/config.yml
+8
-4
8 additions, 4 deletions
djangoldp/conf/server_template/config.yml
docs/testing_client.md
+7
-0
7 additions, 0 deletions
docs/testing_client.md
with
16 additions
and
4 deletions
djangoldp/conf/global_settings.py
+
1
−
0
View file @
440c06a5
...
...
@@ -288,6 +288,7 @@ SECRET_KEY = ''
# Default server url
SITE_URL
=
'
http://localhost:8000/
'
BASE_URL
=
SITE_URL
# Default URL conf
ROOT_URLCONF
=
'
djangoldp.urls
'
...
...
This diff is collapsed.
Click to expand it.
djangoldp/conf/server_template/config.yml
+
8
−
4
View file @
440c06a5
dependencies
:
-
git+https://git.startinblox.com/djangoldp-packages/djangoldp-account.git
ldppackages
:
server
:
# App specific settings
# Django required settings
# DjangoLDP required settings
DEBUG
:
true
ALLOWED_HOSTS
:
-
'
*'
SECRET_KEY
:
"
{{secret_key}}
"
SECRET_KEY
:
'
{{secret_key}}
'
DATABASES
:
default
:
ENGINE
:
django.db.backends.sqlite3
...
...
@@ -21,3 +19,9 @@ server:
PROSODY_HTTP_URL
:
JABBER_DEFAULT_HOST
:
ACCOUNT_ACTIVATION_DAYS
:
10
# needs review (could be defined elsewhere)
ROOT_URLCONF
:
server.urls
USE_ETAGS
:
true
DEFAULT_CONTENT_TYPE
:
text/html
FILE_CHARSET
:
utf-8
This diff is collapsed.
Click to expand it.
docs/testing_client.md
+
7
−
0
View file @
440c06a5
...
...
@@ -37,6 +37,13 @@ ldppackages:
# djangoldp runserver
```
### Add a distribution dependency
```
dependencies:
- git+https://git.startinblox.com/djangoldp-packages/djangoldp-account.git
```
## With PostgreSQL backend
```
...
...
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