-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Missing? #17
Comments
Found Here's what I had to do to be able to log into the Django admin. Will add more findings here.
|
yes, feel free to open a PR to fix this in the README |
Thanks @peppelinux. I'll do some more experimenting first. For example on macOS,
and if you try You seem to need to re-compile
Then you can run:
and visit https://localhost:8000/admin/ in Safari. Once you accept the certificate it works. You can then run the tests successfully like this:
I also found this worked from the project root directory:
But I couldn't find the |
OK, found a copy of it in the history here: But having tried it and adjusted port and domain it doesn't work. I think instead you are supposed to use:
In order to get this to work you need to edit that
Now if I choose |
OK, if you apply this patch to
The tests still pass with this config, even if you rename this one so that it is enabled too:
Just change the sleep to 5 seconds instead of 2 to give uWSGI chance to load.
Visit https://127.0.0.1:8090 and choose |
I'm trying to follow the example instructions, but the
example
folder is missing. Please could it be added?The text was updated successfully, but these errors were encountered: