Skip to main content

Posts

Showing posts from 2013

Setup South for Django

Setting up a brand new project and no database create your database add south to installed apps run syncdb, this will add the django and south tables to the database add your apps for each app run  python manage.py schemamigration app_name --initial  this will create the initial migration files for your app then run south migrate  python manage.py migrate app_name  this will add the tables to the database. Setting up a legacy project and database add south to installed apps run syncdb, this will add the south tables to the database for each of your apps run  python manage.py schemamigration app_name --initial  This will create your initial migrations for each of your apps run  python manage.py migrate app_name 0001 --fake  , this will fake out south, it won't do anything to the database for those models, it will just add records to the south_migrationhistory table so that the next time you want to create a migration, you are all set. Setting up a legacy project a

湾区 家具店 到哪里买家具

很多越南店 都卖asheley 家具, 一样的 还便宜很多 没必要去asheley 专营店去买  880 Stevenson exit有很多越南家具店 最便宜的: Ikea,越南店,Target, Walmart 好一点的: Ana furniture, Costco,Scandinavian Designs,Asheley, Office Depot/Staples for office  furnitures, Macy's, Jcpenney, Pier 1 Import,  中档的: West Elm, Pottery Barn, Crate and Barel, Bassett, Thomasville 中高档的: Ethan Allen, Restoration Hardware, Williams-Sonoma Home

Windows Binaries for Python Extension Packages

A complete list of windows libraries for python Original link: http://www.lfd.uci.edu/~gohlke/pythonlibs Unofficial Windows Binaries for Python Extension Packages by Christoph Gohlke , Laboratory for Fluorescence Dynamics , University of California, Irvine . This page provides 32- and 64-bit Windows binaries of many scientific open-source extension packages for the official CPython distribution of the Python programming language. The files are unofficial (meaning: informal, unrecognized, personal, unsupported) and made available for testing and evaluation purposes. If downloads fail reload this page, enable JavaScript, disable download managers, disable proxies, clear cache, and use Firefox. Please only download files as needed. Most binaries are built from source code found on PyPI or in the projects public revision control systems. Source code changes, if any, have been submitted to the project maintainers or are included in the packages. Refer to the documentation of t