Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
38598b9b
Commit
38598b9b
authored
4 years ago
by
plup
Browse files
Options
Downloads
Patches
Plain Diff
feature: added pyyaml dependency
parent
6567909e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
docs/using_client.md
+18
-0
18 additions, 0 deletions
docs/using_client.md
setup.cfg
+3
-2
3 additions, 2 deletions
setup.cfg
with
23 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
38598b9b
dist
*.egg-info
*.eggs
*.pyc
*~
*.swp
This diff is collapsed.
Click to expand it.
docs/using_client.md
0 → 100644
+
18
−
0
View file @
38598b9b
# Using the client
```
# docker run --rm -v $PWD:/code -w /code -it python:3.6 bash
# pip install .
# django-admin startproject sibserver /tmp/ --template /code/sib/templates/development/
# cd /tmp/
```
Then configure
`djangoldp_account`
in
`packages.yml`
and install it:
```
# pip install djangoldp_account
```
Play with the installation:
```
# python manage.py runserver --settings=sibserver.setting
```
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
2
View file @
38598b9b
...
...
@@ -13,11 +13,12 @@ setup_requires =
django~=2.2
install_requires
=
django~=2.2
django_rest_framework
requests
validators~=0.12
pyld==1.0.5
django-guardian==2.3.0
django_rest_framework==0.1.0
requests==2.23.0
pyyaml==5.3.1
[options.extras_require]
dev
=
...
...
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