optimize #2
BIN
CalibreWebCompanion/db.sqlite3
Normal file
BIN
CalibreWebCompanion/db.sqlite3
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% block title %}<title>{{book.title}}</title>{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
10
CalibreWebCompanion/settings.json
Normal file
10
CalibreWebCompanion/settings.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"CALIBRE_DIR": "C:\\Users\\MassiveAtoms\\Documents\\Calibre Library",
|
||||||
|
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
|
||||||
|
"ALLOWED_HOSTS": [
|
||||||
|
"127.0.0.1"
|
||||||
|
],
|
||||||
|
"INTERNAL_IPS": [
|
||||||
|
"127.0.0.1"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user