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.1.tar.gz
(22.4 kB
view hashes)
Built Distribution
Close
Hashes for django-girder-style-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef30c12dcc6a6b9ae64fea5d7deba8f796fb43114721ed020c18bda3b83c38e4 |
|
MD5 | ba346bcde2ebe3553f6264c9f71ce45f |
|
BLAKE2b-256 | 204d61c23695b7a2654ad9f677144301bfe8030b397919950262299df4687bba |
Close
Hashes for django_girder_style-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d0e882893d50f39cd232b6f6685a6a7397f839bf2ee933aab97b53c2cd79b77 |
|
MD5 | 811eb08d3d755dbee5b19e59d23d19f8 |
|
BLAKE2b-256 | 82bb1e080b5a1e3267978b72706b93a4d1dd617680f92709ade3e657640fe734 |