Changes between Initial Version and Version 2 of Ticket #27444


Ignore:
Timestamp:
Nov 5, 2016, 6:43:51 PM (8 years ago)
Author:
amstart
Comment:

Thanks for the quick answer :)

So I added a file with a minimal project created with django-admin startproject mysite (the only change to the settings were the additions of the app modules).

I also removed the bootstrap css from the template

The thing still does not work as I would expect.

Cheers

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27444 – Description

    initial v2  
    1 I have the problem that I cannot test my page via Selenium when using LiveServerTestCase (there seems to be a problem with querying the database, I am using PostgreSQL). Please excuse that I did not try other TestCases, but I wouldnt even know how
     1I have the problem that I cannot test my page via Selenium when using LiveServerTestCase (there seems to be a problem with querying the database, I am using PostgreSQL). Please excuse that I did not try other TestCases, but I wouldnt even know how.
    22
    33The relevant third party apps I am loading: dal and dal_select2. I used https://github.com/pydanny/cookiecutter-django to kickstart django.
Back to Top