-
Notifications
You must be signed in to change notification settings - Fork 12
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
Django2 #194
Django2 #194
Conversation
move hs_restclient to install via pip not on conda
hs_restclient not on a conda channel
@lsetiawan @ocefpaf I updated code for django 2.0.1 and python 3.6 travis is still failing though. Maybe something I did with the |
|
oh I see django-fixture-magic is also not on a conda channel. |
@miguelcleon see conda-forge/staged-recipes#4839 Once that PR is merged those packages will be available on the conda-forge channel. |
changes for travis
update to requirements
requirements change for travis
update for travis
Great, thanks @ocefpaf it looks like travis got passed the enivronment build errors and is now encountering issues in the ODM2 Admin code I need to look at. One more django package will need to be added to conda-forge for this |
Yep. See conda-forge/staged-recipes#4840 |
The error on travis is now |
Not really. It is something else. Let me check this later today and I'll get back to you. |
This is a settings file for instances of ODM2 Admin which are generated when uploading data to Hydroshare. To create a ODM2 SQLite file another instance of ODM2 Admin is needed.
Use conda pkgs
add a missing setting to settings - EXPORTDB flag used - if set to true this will use Camel case table names for SQLite
blank ODM2 Admin db
…o export data to a SQLite file for upload to Hydroshare a new instance of ODM2 Admin is created. This is the settings file for those instances.
For the last update the error was |
it's failing on test execution. |
changing setup.py didn't help I'm still getting |
The problem I think has to do with the test database django creates for testing. |
I thought maybe I fixed it but now I'm getting the below error which seems odd. @ocefpaf any ideas about this?
|
I think I see it. |
Yes!! it worked thanks much @ocefpaf and @lsetiawan ! 🍾 🎆 |
Merge pull request #194 from ODM2/django2
updates for compatability with django 2.0 and python 3.6. Also updates for exporting to hydroshare functionality.