Skip to content

Commit

Permalink
Fix translation bugs and add initial fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Oct 21, 2022
1 parent f3cd698 commit 2c27f98
Show file tree
Hide file tree
Showing 13 changed files with 764 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ The app will be available at http://localhost:8000. The database will be exposed
on port 32001.


### Admin Interfaces
### Admin

You can access the Wagtail admin interface at http://localhost:8000/admin and the
Django admin interface at http://localhost:8000/django-admin.

The default admin account credentials are located in the DataMade LastPass.


### Running tests

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repos:
rev: 22.3.0
hooks:
- id: black
exclude: ^(efi/migrations/)
exclude: ^({{ cookiecutter.module_name }}/migrations/)

- repo: https://github.com/pycqa/flake8
rev: "9f60881"
hooks:
- id: flake8
files: efi tests
exclude: efi/migrations
files: {{ cookiecutter.module_name }} tests
exclude: {{ cookiecutter.module_name }}/migrations

- repo: https://github.com/rtts/djhtml
rev: v1.5.1 # replace with the latest tag on GitHub
Expand Down
Loading

0 comments on commit 2c27f98

Please sign in to comment.