Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.339.455 Times

django-standalone 0.4

Company: Georg Bauer
Date Added: August 08, 2013  |  Visits: 375

django-standalone

Report Broken Link
Printer Friendly Version


Product Homepage
Download (41 downloads)



django-standalone is a Django app for easing the pain of using the Django ORM for simple tools that just happen to be in need of some easy to use ORM for object persistence.<br /><br />The best way of course is to set up a full Django project and just use a settings.py file and using the DJANGO_SETINGS_MODULE environment variable. But when you just want to do little tools that just need some sqlite3 database to store some of their data and don't want to go for a full Django project, that is where this little library comes into play.<br /><br />It consists of just two modules so far:<br /><br />standalone.conf handles all the configuration needs, setting up a dynamically created settings object.<br /><br />standalone.models carries a base class for your models that automatically tells Python that all models created actually reside in the standalone Django app, even though they are in a different file, outside the app's namespace.<br /><br />Look at the included example_script.py to see how to make use of this library.<br /><br />The easiest way to get django-standalone is to use easy_install or pip:<br /><br />sudo easy_install django-standalone<br /><br />or<br /><br />sudo pip install django-standalone<br /><br />Or you can clone this repository and run the included setup.py<br /><br /><br />#md5=d11295dc5e58721eba75fda8597d453b<br /><br />#md5=a052c0e63e3cf652faf50e03731b7ad7

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Automatically Carries Class Created Django Django Standalone Djangostandalone Easy Install Included Models Project Python Reside Standalone Tells Tools
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


DJANGO-STANDALONE RELATED
Network & Internet  -  django-immutablefield 0.1.1
django-immutablefield is inspired by a Google search that didn't turn up a reusable solution for making fields immutable inside of a Django model. Installing One of the following: Via the ole' standby:
10.24 KB  
Specialized Tools  -  django-comments-spamfighter 0.4
django-comments-spamfighter is a Django application that contributes a moderation class to Django???*a*?s comment app that provides: * Check incoming comments against the Akismet spam database and either block them directly or add them...
10.24 KB  
Network & Internet  -  django-model-blocks 0.8.9
The model_blocks app provides you with automatically generated, stylable generic Django model template partials. It fills a gap left by admin and databrowse by providing filters and tags that allow your to painlessly create templates with the...
10.24 KB  
Network & Internet  -  django-permissions 1.0 Beta 3
jango-permissions is a generic per-object permissions for the Django web framework. For more documentation please visit: http://packages.python.org/django-permissions/ Installation: To install django-permission,...
10.24 KB  
Network & Internet  -  django-generic-confirmation 0.3.0
Every time a user enters data and you only want to accept it after it was verified (think of: email addresses, (mobile) phone numbers, postal addresses, bank accounts ...) django-generic-confirmation will allow you to implement the confirmation...
10.24 KB  
Programming  -  interssection 0.1.0
Python lib that lets you treat Atom and RSS feeds like sets. interssection provides Feed class that reads feeds from string (either URL or XML) and supports all frozenset methods apart from copy() and __contains__(elem). You can change...
10.24 KB  
Programming  -  Ansi Memory Debugger 151
ANSIMD (Ansi Memory Debugger) is a compact, powerful and flexible debuggingfacility, completely configurable at runtime, that detects automatically alarge class of problems related to memory management. It is portable andrequires low resources.
140.64 KB  
Modules  -  WordPress Reset 1.0
The administrator user account will automatically be re-created with the same e-mail and password.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: -...
 
File Sharing  -  MooDriver 0.20
MooDriver is a library providing a C++ museekd "driver" class (Moo::Driver) MooDriver makes it easy to write museekd clients without having to deal with the museekd daemon and its protocol directly. museekd is a daemon which acts as a gateway to...
389.12 KB  
Animated GIF Editors  -  Digital Photo Finalizer Lite Edition 2.50
Anyone with a digital camera should have Digital Photo Finalizer Lite Edition software. It is free software that analyzes your photos and automatically makes them look better. Also, it is easy enough for absolutely anyone to use. This software...
1.11 MB  
NEW DOWNLOADS IN PROGRAMMING, SPECIALIZED TOOLS
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Specialized Tools  -  SIMRI 2.0
SIMRI: a versatile and interactive Magnetic Resonance Imaging (MRI) simulator.Such a simulator is a command line software written in C that reproduces the physical phenomenas encountered during an MRI acquisition to produce a realistic MRI image.
6.39 MB  
Specialized Tools  -  Java Web Start Plugin for Eclipse 1.2.1
Java Web Start Plugin for Eclipse (WS4E) helps you to deploy your Java application through Java Web Start. With WS4E, Developers with very little knowledge can deploy their applications with just a few clicks. For advanced developers, WS4E is...
204.8 KB  
Specialized Tools  -  TUGGO for Linux 1.0.0
TUGGO is a website management system allowing anyone to easily create their own website without any code knowledge.
942.08 KB  
Specialized Tools  -  Parcels for Linux 1.0
Web documents that look similar often use different HTML tags to achieve their layout effect. These tags often make it difficult for a machine to find text or images of interest. PARCELS is a backend system [Java] designed to...
1.14 MB  
Specialized Tools  -  django-test-extensions 0.10
PyUnit provides a basic set of assertions which can get you started with unit testing python, but it???*a*?s always useful to have more. Django also has a few specific requirements and common patterns when it comes to testing. This set of classes...
20.48 KB