Django on Aptana Studio 3.0 - django

When I try to create a new PyDev Django Project I get this error:
Error creating Django project.
settings.py file not created
Stdout:
Stderr:
Apparently this was meant to have been fixed in 2.5
But I still am experiencing it with the latest Aptana Studio 3.0. The PyDev plugin is version 2.5.02012031515
Any idea please?

I have found the problem. It is a bug in PyDev that is fixed in 2.5.0.2012040618
According to PyDev there is no way to update the plugins of Aptana Studio. So we are at their mercy to update it soon.
Latest Eclipse is using the latest PyDev mentioned above and it works fine.
UPDATE:
I have found the solution here: https://jira.appcelerator.org/browse/APSTUD-4759
It is indeed a bug in Aptana 3.1.1, which has been solved now in 3.1.2. I can confirm that this bug has now been solved in latest 3.1.2 stable version on Ubuntu 12.04

Related

How to update Django in visual studio 2017

I am trying to setup Visual Studio 2017 for Django Development but the Django (1.9) version is old, How can I update it to latest version (>= 2.0).
Create a Django Web Project with proposed install. Name Your Env.
choose "Python Environment"
choose your Enviroment
choose Packages (PyPi)
choose available Updates
Hi you can go through this link https://djangobook.com/developing-django-visual-studio/ this is a complete setup guide.i hope it helps.

Lost project templates in VS2017

After installing latest update for VS2017, I lost almost all the project templates for starting new project. I get following message when starting new project.
I uninstalled and then reinstalled some “Workloads” using new installer without success.
After searching web for solution, I tried to install “NuGet Package Manager” using Extension manager, but seems there is no NuGet Package Manager for VS2017.
Any jugar/solution please?
Repairing VS2017 solved the problem. Is it not a very long route?

Windows 10, Django 1.8.6, Pycharm 5.0.1 not restarting app

I have to manually restart the server since I've updated from Django 1.6 to 1.8.6. Anyone have any idea why it's not restarting when changes are done to the code? not even if I change settings.py.
Also I'm using django-sslserver.
The issue was that django-sslserver is not up to date with Django 1.8 changes. So it's broken: Github Issue

Developer Studio 2.1.0 and jdk 1.7

I am using the WSO2 Developer Studio version 2.1.0 which I downloaded in November. I want to use the jdk 1.7 to compile my projects.
I added this to the eclipse.ini file:
-vm C:/Program Files/Java/jdk1.7.0_11/bin
When i attempt to set the Java Compiler preferences, the highest Compiler Compliance level is 1.6 - any idea how I can get eclipse to allow me to compile for 1.7?
Assuming you are using the Developer Studio 2.1.0 preinstalled Eclipse distribution I will answer your question.
I do not believe Eclipse Helios support Java 1.7 by default. Hence you need to add the JDK 1.7 to your JDK list as explained in here.
After that you should be able to use your Developer Studio with JDK 1.7.
However we have seen some issues running Eclipse Helios, Indigo and Juno with JDK 1.7 since Eclipse instances experienced some issues while installing new plugins with Eclipse P2 Updater due to some changes in JDK 1.7 implementations. Therefore I strongly recommend you to use JDK 1.6 instead of JDK 1.7 unless you are using Juno SR2.
/Harshana

Django failure with Eclipse

I am trying to install a Django plugin with eclipse/pydev, and I get the following error message after an installation attempt.
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: org.eclipse.update.feature,org.python.pydev.django_editor.feature,0.5.8.
http://eclipse.kacprzak.org/updates/features/org.python.pydev.django_editor.feature_0.5.8.jar
Artifact not found: osgi.bundle,org.python.pydev.django_editor.plugin,0.5.8.
http://eclipse.kacprzak.org/updates/plugins/org.python.pydev.django_editor.plugin_0.5.8.jar
Anyone get this message before, or have the slightest clue what it might mean?
Just to note, that django editor is not the same one that's talked about in the PyDev homepage... PyDev does have a django editor integrated by default, which is made available when you install Aptana Studio 3 ( see http://pydev.org/download.html for details ). The Django version you're talking about ( http://eclipse.kacprzak.org ) was at one point integrated in PyDev but as Aptana Studio 3 evolved it's integration has been deprecated in favor of the one in Aptana Studio 3.