Skip to content
Snippets Groups Projects
Commit c2d6e2f8 authored by Tim Fechner's avatar Tim Fechner
Browse files

Rename hshcdn to hshassets

parent 0160c74d
Branches
Tags
No related merge requests found
Showing
with 8 additions and 3 deletions
# hshcdn [![python version](https://img.shields.io/badge/python-3.x-blue.svg)]()
# hshassets [![python version](https://img.shields.io/badge/python-3.x-blue.svg)]()
This is an django-app which provides styles, fonts, javascript and templates.
Please read the [wiki](https://lab.it.hs-hannover.de/django/hshcdn/wikis/home) for further information and documentation.
Please read the [wiki](https://lab.it.hs-hannover.de/django/hshassets/wikis/home) for further information and documentation.
## Shipped awesome stuff
......@@ -10,7 +10,7 @@ The current version of this package ships the following own stuff and awesome th
### Own stuff
- CD Content like Images under `static/hshcdn/img/hsh_brand`
- CD Content like Images under `static/hshassets/img/hsh_brand`
### Third party libraries
......
File moved
from django.apps import AppConfig
class HshcdnConfig(AppConfig):
name = 'hshcdn'
class HshassetsConfig(AppConfig):
name = 'hshassets'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment