Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDV Specification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
LDV Specification
Commits
b60fc8a3
Commit
b60fc8a3
authored
2 years ago
by
Klaas Kliffen
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotifx/add_test_processing_site_fixture' into 'main'
Update README with fixture info See merge request
!47
parents
0e1dae38
f4fad8d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!47
Update README with fixture info
Pipeline
#41468
passed
2 years ago
Stage: test
Stage: build
Stage: deploy_to_test
Stage: deploy_to_production
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-4
8 additions, 4 deletions
README.md
with
8 additions
and
4 deletions
README.md
+
8
−
4
View file @
b60fc8a3
...
...
@@ -41,13 +41,17 @@ docker exec -ti ldv-specification python manage.py migrate --settings ldvspec.se
-
Run
`docker-compose -f docker-compose-local.yml up -d`
with the following compose file to spin up a new Postgres container, celery worker and rabbitMQ.
-
Run the following python command to start developing
> python manage.py migrate --settings=ldvspec.settings.local
>
>
> python manage.py createsuperuser --settings=ldvspec.settings.local
>
> # Or use the following to create it without any user interaction (admin, admin)
> DJANGO_SUPERUSER_PASSWORD=admin python ldvspec/manage.py createsuperuser --username admin --email no-reply@example.com --noinput --settings=ldvspec.settings.local
>
> python manage.py runserver --settings=ldvspec.settings.local
>
>
> # You can use the following fixtures to fille the database with some example data
> python manage.py loaddata fixtures/lofardata_fixture.json --settings=ldvspec.settings.local
> python manage.py loaddata fixtures/test-env.json --settings=ldvspec.settings.local
-[ ] TODO: load fixture to have sample data
### Django Application
*
clone the repo
...
...
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