Files
2012-02-21 01:15:00 -05:00

1 line
14 KiB
JSON

[{"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359854.478934, "message": "so if you have different projects which require different versions of libraries, for example...", "group_id": 4752, "id": 177617}, {"user_id": 14612, "stars": [], "topic_id": 7841, "date_created": 1298364007.3649349, "message": "Can someone please paste the yabl authors line from INSTALLED_APPS = () at the settings.py file?", "group_id": 4752, "id": 177846}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359677.8694971, "message": "http://docs.djangoproject.com/en/1.2/internals/release-process/#internal-release-deprecation-policy", "group_id": 4752, "id": 177607}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298360553.378437, "message": "Soon, Jacob will get around to talking about django's ORM -- the Object Relational Mapper -- which is the part of django that transparently converts objects into database rows and back again", "group_id": 4752, "id": 177655}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298360575.4460969, "message": "NoSQL is generally about nonrelational databases", "group_id": 4752, "id": 177656}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298360642.9228089, "message": "But don't despair; it's really easy to use almost every nonrel DB from within django using their libraries.", "group_id": 4752, "id": 177661}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298360540.6004341, "message": "For no-sql, there's a framework that let's you write \"pure django\" code against nosql DB: http://www.allbuttonspressed.com/projects/django-nonrel", "group_id": 4752, "id": 177654}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298358897.9150579, "message": "If you don't already have django installed: http://www.djangoproject.com/download/", "group_id": 4752, "id": 177581}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298359762.0744541, "message": "http://bitnami.org/stack/djangostack", "group_id": 4752, "id": 177610}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359802.0888951, "message": "(if you don't have easy_install), the above link references how to install it", "group_id": 4752, "id": 177612}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359644.007993, "message": "http://docs.djangoproject.com/en/1.2/misc/api-stability/", "group_id": 4752, "id": 177604}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359763.0957551, "message": "http://pypi.python.org/pypi/distribute#installation-instructions", "group_id": 4752, "id": 177611}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298359826.2298689, "message": "virtualenv: a nice way to isolate a given python application from all of the other ones on your system.", "group_id": 4752, "id": 177614}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298360606.941633, "message": "by definition, an Object _Relational_ Mapper isn't really designed for interacting with nonrelational databases.", "group_id": 4752, "id": 177658}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298363486.5453579, "message": "I think it was sqlall", "group_id": 4752, "id": 177799}, {"user_id": 5852, "stars": [], "topic_id": 7841, "date_created": 1298361248.4061091, "message": "If you're having trouble installing Django, here are a couple of other resources with more details and some alternate steps and troubleshooting: http://docs.djangoproject.com/en/1.2/intro/install/ http://djangobook.com/en/2.0/chapter02/", "group_id": 4752, "id": 177679}, {"user_id": 11827, "stars": [], "topic_id": 7841, "date_created": 1298361360.7476029, "message": "Mac users who don't have TextMate ($$$) and need a text editor for the tutorial, try TextWrangler (free) http://www.barebones.com/products/TextWrangler/", "group_id": 4752, "id": 177681}, {"user_id": 14614, "stars": [], "topic_id": 7841, "date_created": 1298362229.0324509, "message": "a bit heavy but full featured, multi OS and FREE Eclipse+pydev", "group_id": 4752, "id": 177729}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298362142.6349821, "message": "personally, I like komodo edit.", "group_id": 4752, "id": 177725}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298362332.633945, "message": "http://en.wikipedia.org/wiki/Model%E2%80%93View%E2%80%93Controller", "group_id": 4752, "id": 177734}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298363792.069689, "message": "manage.py reset", "group_id": 4752, "id": 177826}, {"user_id": 14608, "stars": [], "topic_id": 7841, "date_created": 1298363176.753495, "message": "from django.db import models\n\n# Create your models here.\nclass Author(models.Model):\n\tfirst_name = models.CharField(max_length=200)\n\tlast_name = models.CharField(max_length=200)\n\tbio = models.TextField(blank=True)", "group_id": 4752, "id": 177769}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298362035.0572851, "message": "@zvikico If you want a full-pledged IDE with great Django support, try PyCharm (commercial, trial): http://www.jetbrains.com/pycharm/", "group_id": 4752, "id": 177721}, {"user_id": 14608, "stars": [], "topic_id": 7841, "date_created": 1298363382.347373, "message": "what is name of the command that pull out the sql structure?", "group_id": 4752, "id": 177782}, {"user_id": 1101, "stars": [], "topic_id": 7841, "date_created": 1298363391.923564, "message": "python manage.py sqlall authors", "group_id": 4752, "id": 177784}, {"user_id": 14608, "stars": [], "topic_id": 7841, "date_created": 1298363723.0361781, "message": "how can I reset my table?", "group_id": 4752, "id": 177820}, {"user_id": 14612, "stars": [], "topic_id": 7841, "date_created": 1298364113.6563499, "message": "@dibau_naum_h thanks !", "group_id": 4752, "id": 177856}, {"user_id": 1101, "stars": [], "topic_id": 7841, "date_created": 1298362279.6844411, "message": "or vim :-)", "group_id": 4752, "id": 177731}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298364083.9362681, "message": "INSTALLED_APPS = (\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n 'django.contrib.sites',\n 'django.contrib.messages',\n 'django.contrib.staticfiles',\n # Uncomment the next line to enable the admin:\n # 'django.contrib.admin',\n # Uncomment the next line to enable admin documentation:\n # 'django.contrib.admindocs',\n 'yabl.authors',\n)", "group_id": 4752, "id": 177853}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298364164.7049019, "message": "^^ The above book is a great resource for people who are new to python. It assumes zero knowledge and walks you through everything (about python, not django)", "group_id": 4752, "id": 177867}, {"user_id": 11827, "stars": [], "topic_id": 7841, "date_created": 1298362351.481426, "message": "Personally, I'm using PyDev for all my development and it ROCKS, but for a simple tutorial, it is an overkill.", "group_id": 4752, "id": 177735}, {"user_id": 14608, "stars": [], "topic_id": 7841, "date_created": 1298363423.4388011, "message": "thanks :)", "group_id": 4752, "id": 177788}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298363504.12637, "message": "@alonr1 you mean pull out the scheme of existing DB scheme? that would be: inspectdb", "group_id": 4752, "id": 177801}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298364045.7983351, "message": "How can I create DB file?", "group_id": 4752, "id": 177847}, {"user_id": 14608, "stars": [], "topic_id": 7841, "date_created": 1298363563.371017, "message": "yes, thanks...", "group_id": 4752, "id": 177810}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298363629.805594, "message": "Re Python books: a free book for programmers: http://diveintopython.org/index.html, & a more comprehensive book: http://amzn.to/eKWsEn", "group_id": 4752, "id": 177812}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298364136.8155179, "message": "http://learnpythonthehardway.org/index", "group_id": 4752, "id": 177861}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298364140.7216051, "message": "@arthurschmunk normally you don't need to. you can just create an empty file.", "group_id": 4752, "id": 177863}, {"user_id": 1101, "stars": [], "topic_id": 7841, "date_created": 1298365882.343395, "message": "^ nice design", "group_id": 4752, "id": 177951}, {"user_id": 14612, "stars": [], "topic_id": 7841, "date_created": 1298365575.032747, "message": "http://www.pythonchallenge.com/", "group_id": 4752, "id": 177930}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298366305.886338, "message": "my eyes, they bleed.", "group_id": 4752, "id": 177988}, {"user_id": 1101, "stars": [], "topic_id": 7841, "date_created": 1298366313.5849049, "message": ":D", "group_id": 4752, "id": 177989}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298367052.1471181, "message": "I got this message in admin panel \"You don't have permission to edit anything.\"", "group_id": 4752, "id": 178045}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298367073.335217, "message": "Where can I set this up", "group_id": 4752, "id": 178049}, {"user_id": 133, "stars": [], "topic_id": 7841, "date_created": 1298367081.4957409, "message": "http://docs.djangoproject.com/en/1.2/topics/i18n/", "group_id": 4752, "id": 178050}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298367130.659379, "message": "@arthurschmunk admin requires a special user permission (is_staff). You can either use the super-user you created initially, or add this permission to the user.", "group_id": 4752, "id": 178059}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298367249.2382441, "message": "I forgot to include admin.autodiscover().", "group_id": 4752, "id": 178076}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298369870.6817911, "message": "dont forget to join our local user group: http://groups.google.com/group/pyweb-il", "group_id": 4752, "id": 178270}, {"user_id": 1781, "stars": [], "topic_id": 7841, "date_created": 1298369943.0157149, "message": "@daonb did Jacob mention it to the audience?", "group_id": 4752, "id": 178273}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298376213.3023429, "message": "@jacobian don't forget to mention our local user group: http://groups.google.com/group/pyweb-il", "group_id": 4752, "id": 178703}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298376181.6049199, "message": "@ahik not yet", "group_id": 4752, "id": 178701}, {"user_id": 11827, "stars": [], "topic_id": 7841, "date_created": 1298378753.5062709, "message": "I really like shell_plus. Imports everything for you to begin with. Part of django-extensions: https://github.com/django-extensions/django-extensions", "group_id": 4752, "id": 178841}, {"user_id": 14614, "stars": [], "topic_id": 7841, "date_created": 1298376552.8881581, "message": "is there a way to start the test server on a different path, e.g. localhost:8000/somepath, to mimic my apache settings?", "group_id": 4752, "id": 178723}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298378260.5585589, "message": "@ahik yes, as far as I remember", "group_id": 4752, "id": 178820}, {"user_id": 14607, "stars": [], "topic_id": 7841, "date_created": 1298378103.8965459, "message": "@shyh the test server is just for development, so it doesn't come with such option (you can only change the host & port). there are ways to do this not transparently, e.g., by changing the urls.py", "group_id": 4752, "id": 178815}, {"user_id": 1781, "stars": [], "topic_id": 7841, "date_created": 1298378185.8933489, "message": "@dibau_naum_h Can it be done using CherryPy?", "group_id": 4752, "id": 178817}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298378306.6795919, "message": "I recommend using ipython.", "group_id": 4752, "id": 178821}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298378321.54722, "message": "if you have it installed, it will also be the default shell for manage.py shell", "group_id": 4752, "id": 178822}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298378326.920203, "message": "(at least for me)", "group_id": 4752, "id": 178823}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298378514.5392339, "message": "ipython rules", "group_id": 4752, "id": 178833}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298378985.4896231, "message": "for plnnr, I just wrote a small \"ipystart.py\" with plenty of \"from bla import *\" inside, and just execfile at when I start the shell for work on plnnr", "group_id": 4752, "id": 178851}, {"user_id": 14610, "stars": [], "topic_id": 7841, "date_created": 1298378996.1722431, "message": "*execfile it", "group_id": 4752, "id": 178852}, {"user_id": 1781, "stars": [], "topic_id": 7841, "date_created": 1298380147.5300541, "message": "Well, I'm the third to IPython.", "group_id": 4752, "id": 178905}, {"user_id": 14614, "stars": [], "topic_id": 7841, "date_created": 1298380002.0536079, "message": "seconds for ipython", "group_id": 4752, "id": 178900}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298383872.0722361, "message": "I'm looking for a ride to TLV", "group_id": 4752, "id": 179115}, {"user_id": 11827, "stars": [], "topic_id": 7841, "date_created": 1298382729.1057839, "message": "BTW, if somebody is looking for a Django job in a very cool startup, talk to me!", "group_id": 4752, "id": 179057}, {"user_id": 14618, "stars": [], "topic_id": 7841, "date_created": 1298386235.9996309, "message": "@daonb menahem begin ?", "group_id": 4752, "id": 179396}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298386399.9929941, "message": "@arthurschmunk thanks, but to far. we have to get to hayarqon", "group_id": 4752, "id": 179412}, {"user_id": 5073, "stars": [], "topic_id": 7841, "date_created": 1298386416.109385, "message": "we'll probably take a cab if anyone is interested", "group_id": 4752, "id": 179416}, {"user_id": 14614, "stars": [], "topic_id": 7841, "date_created": 1298386453.2896919, "message": "I'm looking for DJango freelancer", "group_id": 4752, "id": 179426}]