added custom settings and requirements file
This commit is contained in:
18
app_settings.py
Normal file
18
app_settings.py
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
INSTALLED_APPS += [
|
||||||
|
'bootstrap4',
|
||||||
|
'core',
|
||||||
|
]
|
||||||
|
|
||||||
|
BOOTSTRAP4 = {
|
||||||
|
'css_url': {
|
||||||
|
'url': "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css",
|
||||||
|
'integrity': "sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M",
|
||||||
|
'crossorigin': 'anonymous',
|
||||||
|
},
|
||||||
|
'javascript_url': {
|
||||||
|
'url': "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js",
|
||||||
|
'integrity': "sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1",
|
||||||
|
'crossorigin': 'anonymous',
|
||||||
|
}
|
||||||
|
}
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
django
|
||||||
|
django-bootstrap4
|
||||||
Reference in New Issue
Block a user