Re: relation "polls_article" does not exist

2018-09-04 Thread Dario Heinisch
You need to run python manage.py migrate. The database tables do not exists. > On 4. Sep 2018, at 21:10, xcode101 wrote: > > Any gist file we could check it out? Sorry to hear that you've been at this > for days. > The piece of code accessing polls_article. > > On Tuesday, 4 September 2018 2

User Authenticated in Gunicorn and Daphne

2018-07-24 Thread dario . heinisch
Hi there, ideally I would like to run Daphne alongside Gunicorn and not Daphne alone: - My chat with Daphne - Rest of the website with Gunicorn A user logs in - request via Gunicorn. Now when he connects with the chat I get an AnonymousUser using self.scope['user']. This is a problem because I

Redirect causing Error in Safari

2018-06-11 Thread Dario Heinisch
Hey Guys, Hope you all are doing well. I have encountered a weird bug and I am not sure which components fault it is, I assume something in settings.py. I have moved from Heroku to my own Debian-Server with my Django Channels App. When I access my App over my computer with chrome everything w