Richard Barran
Richard Barran
Hi Pa-jama, I've just been reading your pull request - I haven't tested it yet. I like it a lot! There's a few small additions that I can think of:...
I am very busy at the moment - hence why I have not reviewed your pull request yet! Please accept my apologies, and I will get back to you soon.
Just looked at your unit tests - the line `response_site2 = self.client.get('/sitemap.xml', SERVER_NAME="example.org")` I suggest would work better if you override the settings just for that one test, e.g.: ```...
Have you followed the docs at https://django-photologue.readthedocs.io/en/stable/pages/installation.html#amazon-s3? I personally don't use S3 much - these docs were provided by a contributor - but when I followed the docs myself and...
Hi & thanks for the reply, Sorry, as I've already said, I'm not really familiar with S3, I only set it up on my machine to test the PR that...
Try `python manage.py migrate` ?
That's strange; did you add `photologue` to `INSTALLED_APPS`?
Stranger and stranger. Could you post here: 1. A list of all the tables in your database. 2. The output of `python manage.py showmigrations`. Thanks in advance!
Hi, I've been very busy in the last month so apologies for not following up this conversation. Did you manage to fix this issue?
Hi, I can't seem to reproduce this bug. Could you provide more details please: Django version, Photologue version, Python version, ...