Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add gitpod files #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- command: |
cp wagtail_360/test/local.py.example wagtail_360/test/local.py
pip install -e ".[testing]"
npm install
npm run build
make migrate
make admin
make load
make run

ports:
- port: 8000
visibility: public

3 changes: 3 additions & 0 deletions wagtail_360/test/local.py.example
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
GOOGLE_MAPS_API_KEY = ""

# needed when running on gitpod or testing with https://
CSRF_TRUSTED_ORIGINS = ['https://*.gitpod.io']
1 change: 1 addition & 0 deletions wagtail_360/testapp/static/testapp/css/testapp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions wagtail_360/testapp/static/testapp/css/testapp.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.