added settings page to handle setting the BASE_DIR value.

This commit is contained in:
2015-06-24 10:39:31 +01:00
parent 8a99514c18
commit 469277763c
4 changed files with 44 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ from comic import rarfile
from comic.util import get_ordered_dir_list
import zipfile
from os import path
import os
class Setting(models.Model):