Here are some posts about the work we do and topics we are interested in
django error python
If you just so happen to be working on some custom templatetags for Django and realise you named the tag file the same as another existing module, when you rename the offending tags file, delete the offending .pyc file at the same time else it will be loaded and cause problems with the imports.
This would never happen to me though. Oh no. Never.
For any body stumbling here from google with the following style error it most likely is the above.
'blah' is not a
valid tag library: Could not load template library from
django.templatetags.blah, No module named models
And please ignore the advice on google to use the full path to the module (this may look like it has fixed it, but it really has not, your going to end up in a mess should you try and reuse your code)
jira redmine trello
There are lots of options when looking for project managment software. Needs for teams vary but typically some form of task creation and managment is required. This post is my thoughts on the three I have most recently used.
... Read more