Fix admin
well the admin now works for django 1.7 ...
Repository health decreased by 0.11% when pulling b239b95 on zodman:fix_admin into c819204 on amitu:master.
- 2 new problems were found (including 0 errors and 0 code smells).
- 1 problem was fixed (including 0 errors and 0 code smells).
- Please use
FOO not in BARinstead ofnot FOO in BARand we merge.
i will change the if ...
about the search http://stackoverflow.com/questions/1602934/check-if-a-given-key-already-exists-in-a-dictionary
commit: 1b31007
the unittest are broken, let met take a look.
Repository health increased by 0.21% when pulling 1b31007 on zodman:fix_admin into c819204 on amitu:master.
- No new problems were introduced.
- 1 problem was fixed (including 0 errors and 0 code smells).
Please Re-Sync with Master. eg. git pull upstream master
synced!
thanks dude!
2015-03-30 9:40 GMT-06:00 Juan [email protected]:
Please Re-Sync with Master. eg. git pull upstream master
— Reply to this email directly or view it on GitHub https://github.com/amitu/importd/pull/67#issuecomment-87726636.
Andres Vargas www.zodman.com.mx
You have to Push the Synced, so Tests Pass... :smiling_imp:
@juancarlospaco -- you mentioned somewhere on this project, that a lot of functionality with Django was broken, including /admin/ among others. Is "importd" currently usable at all, with Django >= 1.8.x <= 1.10.x? I tried the importd-boilerplate project, and it's getting Template errors (I think). Not a complete Django newbie, but had high-hopes that importd would get me a big jump-start! :) (I did bump up all versions of importd-boilerplate packages, includ Django to 1.9.9) Thanks!