Compare commits

...

4 Commits

Author SHA1 Message Date
4e18118605 Merge pull request 'optimize' (#2) from optimize into master
Reviewed-on: MassiveAtoms/Calibre-Server#2
2020-07-16 16:01:58 +00:00
MassiveAtoms
7a46de1679 better colab 2020-07-16 12:53:58 -03:00
MassiveAtoms
398088454b did stuff 2020-07-16 12:50:38 -03:00
MassiveAtoms
9f0d46a17a stuff 2020-07-16 12:49:36 -03:00
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -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 %}

View 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"
]
}