gawa/README.md

36 lines
854 B
Markdown
Raw Normal View History

2023-10-01 18:06:07 +02:00
# Gawa
2023-07-15 14:28:44 +02:00
Gawa is my personal website. I've personally written it using the Django framework.
## Credentials
These are the Credentials for logging into the admin panel:
| Username | Password |
|----------|----------|
2023-10-01 18:06:07 +02:00
| `root` | `root` |
2023-06-02 13:00:10 +02:00
2023-09-25 23:34:26 +02:00
### Blog
2023-10-01 18:06:07 +02:00
| Username | Password |
|--------------------------------------------------|----------------|
| [`contact@cscherr.de`](mailto:contact@cscherr.de) | `hrCcDa0jBspG` |
2023-09-25 23:34:26 +02:00
2023-06-06 20:57:13 +02:00
## License
2023-07-15 14:28:44 +02:00
2023-10-01 18:06:07 +02:00
Bootstrap: MIT Licensed
Django: BSD 3-Clause "New" or "Revised" License
2023-06-02 13:00:10 +02:00
2023-07-15 14:28:44 +02:00
__Gawa: MIT Licensed, see LICENSE__
2023-09-25 23:34:26 +02:00
2023-10-01 18:06:07 +02:00
## Dependencies
| Description | Package (fedora) |
|----------------|------------------|
| Database stuff | `libpq-devel` |
| Database stuff | `mariadb` |
2023-09-25 23:34:26 +02:00
## Security
- [ ] Do something about the files in the blog dir
(.git dir for example)