It should be like this:
But in my case it shows this instead:
I use newest version of vscode (1.71.2), I have tried every django extensions on marketplace, nothing work.
How can I fix this?
I also encountered the same. On july I did a django project using django version 4.1.1, I think the issue might be vscode augus update
Related
I am using a virtualenv, but I would like to use an IDE. So I pull up spyder and easily I can change the python interpreter to .virtualenv/myenv/.../python
But, when I go to "F10" for to profile my code, Spyder identifies the interpreter in usr/lib/. I couldn't find anywhere in preferences to change this.
How can I make profiler see the correct python interpreter?
-Chris
Hmm it seems like this is a bug, can you post it in the Spyder issue tracker?
You can post an issue from within Spyder itself in the help menu click on "Report issue
I try to use the breeze/angular template for MVC 4. However, during start up I get this:
Package installation error
Could not add all required packages to the project. the following packages failed to install from .../asp.net mvc 4\packages
jquery.ui.combined.1.9.2 unable to find version 1.9.2 of package.
Now I see that the folder contains jQuery.UI.Combined.1.8.24, so I was wondering:
Is there a way to edit the project so that it (maybe always) uses the latest versions of the packages by default?
Should I just press OK and afterwards install jquery.ui through nuget afterwards?
Is there a clever way to fix this?
I know there has to be a solution due to the uglyness of getting an error by default when using a custom template. I've been googling my ass off without any results :(
Hope to update the templates soon and get MS to republish. You can't update the template easily yourself.
Fortunately, this particular issue is easy to workaround by adjusting your code to use latest jQuery or rollback to 1.8.x.
I can't use the latest verison of jQuery so I manually updated the jQuery files to 1.9. Also, check your nuget manager for updates. Breeze released 1.3.6 which will update the appropriate dependent project libraries (my jQuery files were untouched).
As of Visual Studio 2012 Update 3, the Breeze/Angular SPA template is totally broken. The jQuery update fix worked with VS2012 Update 2, but some change or another in Update 3 has made VS not play nice with the sample.
It isn't ideal, but given that Update 4 is just around the corner, we might need to hold our breaths in anticipation of a post-Update 4 fix. :(
I am trying to install satchmo using the instructions given in the site. Everything works fine except the admin part. The moment I hit http://<SERVER_NAME>/admin, I get the following error:
'admin_static' is not a valid tag library: Template library
admin_static not found, tried
django.templatetags.admin_static,satchmo_store.shop.templatetags.admin_static,django.contrib.admin.templatetags.admin_static,django.contrib.comments.templatetags.admin_static,sorl.thumbnail.templatetags.admin_static,livesettings.templatetags.admin_static,satchmo_utils.thumbnail.templatetags.admin_static,satchmo_store.contact.templatetags.admin_static,tax.templatetags.admin_static,product.templatetags.admin_static,payment.templatetags.admin_static,satchmo_utils.templatetags.admin_static,app_plugins.templatetags.admin_static
I have no clue why is it saying that as it should be present by default.
Thanks
You are probably using Django 1.5 which has dropped support for the admin_static tag that satchmo tries to find. Downgrade to 1.4.5. and you should be ok.
Satchmo currently requires Django 1.4+, since July 2012, according the source documentation. (Fixed outdated requirements on the home page now.)
Trying to migrate from vtiger 5.3.0 to 5.4.0 and getting this error when I navigate to the patch folder in a browser:
Warning: require_once(include/logging.php) [function.require-once]: failed to open stream: No such file or directory in \vtigercrm-5.3.0\apache\htdocs\vtigerCRM\upgrade\include\database\PearDatabase.php on line 1
Using google I've found people with this error with migrating different versions, though not these versions, and no forum topics with an actual answer to this problem, am I the only one!?
I put the patch in '\vtigercrm-5.3.0\apache\htdocs\vtigerCRM' then navigated to it and got this error, any ideas!?
Please Don`t use the patch if you want complate migration just follow this links.
Click here
if you want complete information just follow this links.
https://wiki.vtiger.com/index.php/Vtiger_CRM_5.4_Migration
I think it's a little late to say anything, however, I'm getting the same error. I think, from what I've read, that the problem may be the installation directory. I see you've moved everything to "upgrade". Maybe the problem was there.
The migration method that you are attempting is not to be done using a patch. What you are attempting to do will only work with a complete application package.
I'm following the Modern Template Building tutorial and fail to install the Template Auto-parser extension.
After the installation it should show the plugin in the object browser:
Unfortunately the tx_automaketemplate_pi1 part is never showing up.
Needless to say that all atempts to use the extension do not work.
Any ideas about how to fix that?
I'm on a fresh installation of Typo3 4.7.0.
Update:
After installing typo3 4.5 and trying again I noticed, that an extension is downloaded only and has to be installed in an extra step. However the icons which are indicating this (the brick with + or -) are not visible on my 4.7.0 installation:
Since the icons are not there I did not find a way to really install the extension. On the 4.5.0 installation everything is working fine.
Just out of curiousity. Any ideas about how to get the brik icons?
This seems to be a firefox specific problem (see http://www.xwissen.info/web-log/detail/articel/fix-install-uninstall-in-typo3-extansion-manager.html). I tried the workaround from xwissen.info (add "position: absolute" to .t3-icon-system-extension-uninstall and .t3-icon-system-extension-install) and this solved the issue.