./manage.py createsuperuser
Hi Jacob, looking to use this in production.Got set up locally but have been locked out (can't generate a username and password).Do you know if there's a default username/password pair?Thanks,Joe
Hey Jacob, this is AMAZING, I love it and thank you + team for making this.I'm going to work on a conference room booking feature at some point and will issue a pull request so everyone can use it (might take me a while...). I had some questions/bugs I was hoping to see if you might have thoughts on:Some Issues I'm running into:
I've uninstalled/reinstalled Python/Django several times and am running into the below issues. There are a couple of other bugs (like the calendar not loading – what API key for Google should we be using by the way?). Do you have any thoughts on the below issues? Thank you!
- Can’t add help text/FAQs
- Link: http://127.0.0.1:8000/staff/settings/helptexts/
- Error: list index out of range
- Can’t add new users
- Link: http://127.0.0.1:8000/admin/auth/user/add/
- Error: [Errno 8] nodename nor servname provided, or not known
- Issue with Slack page
- Link: http://127.0.0.1:8000/staff/user/slack_users/
- Error: Connection Error: HTTPSConnectionPool(host='slack.com', port=443): Max retries exceeded with url: /api/users.list?token=xoxp-2331654072-3448119480-50994654198-e742ef6f97 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10e4cd350>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))
--Joe VasquezOn Fri, Jun 16, 2017 at 4:55 PM, Joe Vasquez <j...@runway.is> wrote:Just figured it out :)
Doing some debugging on my end but this is a great start. Might work on some of the other features when I get a chance. Thanks!
--Please excuse brevity. This message was sent from my cellular device.
Hey Jacob,Just got set up with 1.8.2 here and it's looking great. When do you anticipate pushing out 2.0? Looking forward to digging into that.Also, would you happen to know why I'm getting issues 1 and 2 below? Have you seen them before? The more pressing issue is I get an error as I try to add more members to our community.I made a config and procfile for Heroku that people can use if they're planning on hosting via Heroku as well (it doesn't config well for Heroku out of the box).
- Can’t add help text/FAQs
- Link: http://127.0.0.1:8000/staff/settings/helptexts/
- Error: list index out of range
- Can’t add new users
- Link: http://127.0.0.1:8000/admin/auth/user/add/
- Error: [Errno 8] nodename nor servname provided, or not known
--Joe Vasquez