django-simple-blog
django-simple-blog copied to clipboard
django-simple-blog is a simple Django app for fast integrating your current project with a blog-system. You can easily write blog posts, let users comment the posts
There seems to be a migration missing (I'm using a custom user model): ``` from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [...
A proposed fix for the backwards compatibility issue #24 concering the `urls.py` file.
I get the TemplateDoesNotExist error in those templates that extend base.html. I've seen that the project doesn't have a base.html template.I have to write mine?I'm using django 2.2.3 and python...
Added german translation
The urls file uses re_path, but it is not backwards compatible. Update code to follow https://docs.djangoproject.com/en/2.2/releases/2.0/#simplified-url-routing-syntax for backwards compatibility.
To make them optional in form, the blank=True option should be added. Can you confirm that? I could send a post request for that
Hi, i'm using Django 1.10 for my project, and I installed all apps from your requirements.txt. However I'm getting an issue telling me that markdown is an invalid filter. I...
my django version 1.11 get a problem: raise original_exception django.db.utils.ProgrammingError: (1146, "Table 'adminset.django_site' doesn't exist") when i exec python manage.py migrate
Is this project still being updated? Could you make this blog app compatible with django2.0 please? I have problems setting it up with django 2.0 running makemigrations.
do you have examples of sites using this app that i could check out?