No project description provided
Project description
Girder Auth Design
Develop with Docker
Due to the dependency on npm and Python2, Docker development is the only supported configuration.
Initial Setup
- Run
docker-compose run --rm django ./manage.py migrate
- Run
docker-compose run --rm django ./manage.py tailwind install
- Run
docker-compose run --rm django ./manage.py createsuperuser
and follow the prompts to create your own user
Run Application
- Run
docker-compose up
- Access the site, starting at http://localhost:8000/
- Outgoing emails are sent to the console
- The Django admin interface is still available at http://localhost:8000/admin/
- When finished, use
Ctrl+C
Application Maintenance
Occasionally, new package dependencies or schema changes will necessitate maintenance. To non-destructively update your development stack at any time:
- Run
docker-compose pull
- Run
docker-compose build
- Run
docker-compose run --rm django ./manage.py migrate
- Run
docker-compose run --rm django ./manage.py tailwind install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-girder-style-0.0.2.tar.gz
(384.8 kB
view hashes)
Built Distribution
Close
Hashes for django-girder-style-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1fb7dabb78283261a04f87edbdbac977e9bd3ddd3ec1a8c1f4a121d06070816 |
|
MD5 | d16c30887510ee933aa0326e0fc9a08c |
|
BLAKE2b-256 | 13378e042973ac0c55ad8ddb16f06ea8f2dcd913f1535ce9ec20cd9b4849b16a |
Close
Hashes for django_girder_style-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a5a82ccdc5b9c0a5472afb0552c44d5af3c046d2d1335fc52c7c4a9557ec752 |
|
MD5 | 4350b53597893b521ad2256b617fc1ae |
|
BLAKE2b-256 | 0b77fab0ba86b9e4f02f52018ca4701f11d000a5161c8a76293ef5f67fb18099 |