I'm a beginner on python and blender, and, as my technical expertise is not quite good, I will try to explain as simple as I can. At first i'm using Django framework to build a simple app where i have a form used to upload stl files (file.stl). After uploading i would like to click the stl file from django app and open it in blender GUI app. Is this possible? If possible could you please give me some hints on how to start, any docs or tutorials.
Thanks in advance!
Related
I have develop a simple app to learn Django rest framework and then uploaded it into Google app engine. But each time I try to access my data it shows me "no module name rest_framework". it works ok if I dont use Google App engine and stop working if I use (both local install or deploy the codes). I am using django 1.4 and using Cloud SQL. Can anyone please tell me what might be the problem?
regards
Samin
screenshot:
A bit late but might help someone else, I was also trying to get a solution for this error then I came across this link which has all the thirdparty apps, google app engine support. It doesn't have rest_framework.
So a as a solution you will have to copy the third-party library's pure-Python source code into your application's source code.
here is a solution in detail.
Hope that helps!
I have started learning Django and have completed the tutorial provided at Django site. I also ran the tutorial present for Web2py but I want to continue with django. But problem I am facing is that Django doesn't creates a sample app just like web2py does on new project creation which provides a good look and feel on project.
Can some one please point me to a simple and small template in Django that I can use for my sample applications in Django. I have searched the Djangosites.org but they are too complex for begineer. I am looking for a html template just like sample web2py appliance provides.
Maybe django-sample-app can help you.
Graph database systems like ne04j seem to becoming very popular of late. I am a newbie user who is trying to set-up a website that needs to display some data which is best displayed using a graph database (essentially i will visualize this on the website).
I am designing this website using CMS Drupal but i am open to changing to other CMS or in worst case a web application framework like Django. Can anyone suggest me a basic template, website or extension to a CMS that enable graph databases or a good way to start learning web app development using graph databases for a noob ?
Well, if you're curious about using Drupal to manage graphs, I'd recommend looking over these contributed modules:
http://drupal.org/project/graphapi
http://drupal.org/project/charts
http://drupal.org/project/views_charts
http://drupal.org/project/charts_graphs
There is http://structr.org/, a CMS built on Neo4j and very Open and capable. Other bindings, you might take a look at REST bindings and neo4j embedded bindings to get going.
If you're looking for even more alternatives for charting in Drupal, then you may want to start from the Comparison of charting module, which includes information and links about quite a lot of charting related modules in Drupal.
If you're aware of other modules not included in it, please update that docu if you can, or let me know about it.
I am migrating a site from php to Django (a framework I am still learning). In the php version I was using ImageMagick to pull the first page (the cover) of a pdf file and display it as an img. I have done a little searching and not turned up anything similar with Django. Does anyone have any suggestions as to how this could be accomplished?
Any help much appreciated.
ImageMagick has Python bindings I think. http://www.imagemagick.org/download/python/
Am looking for open source Django apps in Google App engine. I want to play around with the code and learn in the process.
Not mandatory, but Would be great feature in the app:
- account registration/login
- image/file upload
This link has some pointers to open source stuff running on GAE. One of them is Niubi, which looks like a useful start.
If you're looking to learn Django why don't you start with their tutorial? It's a great learning tool and takes roughly an hour to go through.
Django Tutorial