Initial
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Klangkarte
|
||||
|
||||
Django app for managing places with json export and a fully-static frontend map.
|
||||
|
||||

|
||||
|
||||
|
||||
## Deploy
|
||||
|
||||
Start container with `docker-compose up -d` and create admin user (first-run):
|
||||
|
||||
```sh
|
||||
docker-compose exec app python manage.py createsuperuser --email ''
|
||||
```
|
||||
Reference in New Issue
Block a user