-
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
What is the Python version and Django version you used? #1
Comments
Hi @realsby, Sorry, have a new version that I must push. Django 1.11 now requires that the AppConfig class now has a "name" attribute set on it. That's probably the problem you are seeing. Having said that, I haven't tested it on python 3 yet but really should. I'll get that new version up as soon as I get to my laptop. I hope it's not holding you up too much. Dave |
Ty. For your response.. Removed encode('utf8') from changed import And I belive your project need requirements.txt and Support info etc. I will create pull requests soon. Ty. |
I take it back, Django 1.11 didn't add a requirement for the AppConfig to have a "name" attribute, it now needs an "apps" attribute and I'd already pushed the fix, so what you were seeing was a different issue. I've got a nicely cleaned up push to make but I don't want to kill what you've been working on, so I'm going to push it to a branch called "dev". Let me know when you are good and I'll merge it into master. Dave |
- Added support for python 3 (tested with 3.6.1) - Broke dynamic database functionality out of the model and into it's own class. The model is a method to store a config for a DynamicDatabase instance but you no longer need a model instance to get a dynamic database instance. You can instantiate it yourself with a name and database config dictionary, identical to what you set in the settings.py file.
Oh and the clean up, includes fixes so it works for Python 2 and 3. Dave |
Ty. I did not started my project yet but I will need such tool in that project. I just started R&D so you wont kill my works. You are so thoughtful and kind. You earn my respect and I would like to say that if you ever consider to come to Istanbul please contact me via my personal email [email protected]. And I hope I will check your updates tomorrow, bussy week. Thanks. |
Hi. I realy enjoyed your app.
I like the logic here and i try it with Python 3 and Django 1.11.1
I makes some changes but still not working properly.
Can you tell me the verisons you used.
Ty
The text was updated successfully, but these errors were encountered: