>
> What would you recommend?
>
To get started with Python:
http://pragprog.com/book/gwpy/practical-programming
http://www.amazon.com/gp/product/1590599829/ref=pd_lpo_k2_dp_sr_3/182-5610174-4840816?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=lpo-top-stripe-1&pf_rd_r=1YTG71HMBVWK64HZ2TP2&pf_rd_t=201&pf_rd_p=486
On Jan 25, 2012, at 9:14 PM, JJ Zolper wrote:
> > The keywords were 'in production'. The development server (i.e. python
> > manage.py runserver) works fine under Windows. But when you want to
> > make the website accessible to your audience (the internet, company
> > etc.), you should host that
Yes
> Hello,
>
> [This is the first time I am using Google Groups and/or mailing lists,
> so please bear with me if I do something wrong initially.]
>
> Is Django web framework apt for a large social networking or photo
> sharing site? (Think one that has to easily and seamlessly scale to
> the
What exactly is the problem? Can you provide more detail? Platform, error
messages, python version? What have you tried already?
On Sep 13, 2011, at 1:21 PM, re64 wrote:
> I am having trouble installing django. I cant seem to do it any
> suggestions
>
> --
> You received this message becaus
On Aug 27, 2011, at 11:17 AM, Simon Connah wrote:
>
> On 27 Aug 2011, at 04:44, Steven Elliott Jr wrote:
>
>>> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote:
>>>> Mercurial or Git (depends on whether the project is open source or not)
>>
>> K
> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote:
>> Mercurial or Git (depends on whether the project is open source or not)
Kenneth,
I think he means whether or not the repository will be public or private.
Github (git) does not offer private repos unless you pay whereas bitbucket
(merc
> Am 23.08.2011 00:07, schrieb Stephen Jackson:
>> I am new to the world of Django. I would like to hear from other django
>> developers describe their dev environment (tools, os, editors, etc.).
Mac OS X Lion
PyCharm and TextMate with Python competion and Django bundles
Mysql & MongoDB
South
Pyg
Django has about the best documentation out there foe getting started. Walk
through the tutorial and see how it goes.
Sent from my iPhone
On Jun 27, 2011, at 2:25 PM, "Cal Leeming [Simplicity Media
Ltd]" wrote:
> Forgive me but, the tone of this email sounds like you are asking us to do
> th
Have you tried running it on a different port? Can you post the actual error
message you get?
-Steven Elliott Jr
On Jan 24, 2011, at 2:05 PM, Kimberly Harvey wrote:
> I ran the browser in the linux.
>
> On Mon, Jan 24, 2011 at 12:57 PM, Javier Guerra Giraldez
> wrote:
>
2:35:06 PM UTC+11, Kimberly wrote:
> it says that the _file_ is not defined.
>
> On Sun, Jan 23, 2011 at 9:28 PM, Graham Dumpleton
> wrote:
>
>
> On Monday, January 24, 2011 2:19:09 PM UTC+11, Steven Elliott Jr wrote:
> Copy and Paste the following to replace yo
I remember that the one time I tried sqlite it complained until I put a .db
suffix on the name of my database. If you do not specify the full path and just
specify a name, then it will just create the database file in your project's
root directory.
So, under name just put:
'NAME' : 'database.
>
>
> While I am sure we can all sympathize with confronting a technical problem
> that we don't understand, this OP has the flavor of trolling perhaps. At any
> rate this is the wrong list for these pleadings. I don't even see a question
You're so right; I don't know why I am wasting my ti
> he is not doing dual boot - he is running linux under windows!
Right, which I think is horrible and usually very slow as well; it might be
better to
install the Linux OS on a separate partition on the computer. I personally
hate running
anything in a virtual machine. I'd rather t
Why don't you try partitioning your hard drive instead and doing a dual boot
installation?
Also, it's Debian not Derbian.
-Steve
On Jan 20, 2011, at 4:59 PM, Kimberly wrote:
> This is now a LINUX-Derbian problem I am experiencing. I open the
> virtualbox and clicked on the Linux-Windows th
> Ubuntu IS Debian for all intents and purposes. Why does your boss insist that
> you use a particular distro? It shouldn't really matter what your development
> OS is (at least with *nix systems). Is there an existing Django application
> that needs to be supported or is this a new project?
>
Ummm... I think thats the first time I've ever heard anyone say that django's
documentation sucks.
Sent from my iPhone
On Jan 10, 2011, at 4:25 PM, Simon W wrote:
> Hey,
> For such a good web framework it's a shame that the documention is not
> structured well .. at all. It consists of massi
MAMP can be a bit of a pain I think sometimes to modify, though I haven't used
it much in the past few years. You can use the Mac's built-in apache server
though with mod_python. Check out
http://www.google.com/search?q=mod_python+mac+os+x&ie=UTF-8&oe=UTF-8&hl=en&client=safari
Sent from my iPho
I have found beginning django e-commere as practical django projects to be
great. Both from apress. I prefer to use books that go through building real
world solutions. The definitive guide to django is a must read though.
On Sep 23, 2010, at 9:57 PM, Tim Johnson wrote:
> FYI: I'm an experien
You can use sqlalchemy with django too
Sent from my iPad
On Sep 5, 2010, at 2:37 PM, Juan Hernandez wrote:
> Well, just by using SQLAlchemy makes this framework worth a try
>
> On 9/5/10, Feross wrote:
>> Hey everyone,
>>
>> I'm a new Python user and I'm looking for a web development framewo
This is not really an appropriate question. Django, like many frameworks is a
collection of libraries written in some language. Django happens to be written
in Python; as such, your proficiency with Python will have an effect on what
you can and can't do with Django. Django provides a lot of use
@codecub
If you are interested in just building an HTML website why not just
write it in HTML? Why do you think you need to use Python? What are
the requirements of the website? Do you need a database and
middleware? If so I would recommend following the django tutorial
first:
http://docs.djangop
etter developer even if you only work professionally with one
stack, learning and playing with other things will open up your mind.
For me yes I love python and django but I also play with erlang, lua,
haskell, xyz framework... you name it. It's good for yer noggin.
-Steven Elliott Jr
Python won't build a site for you by itself. Do you already know
python, HTML, JavaScript, relational databases and the like? All of
these things are still important. Python is only one piece of the
overall puzzle.
-Steven Elliott Jr
On Apr 17, 2010, at 9:13 AM, "ge...@aquaria
Righty. Glad you got it sorted.
Cheers mate
-Steven Elliott Jr
On Apr 14, 2010, at 5:39 PM, John Abraham wrote:
It's definitely a system path / python path problem. I did the brute
force method of linking psycopg to the django project directories,
twice, just to be sure:
cd /We
Hey John,
I am running Mac OS X Server(s) as well but have not yet updated to 10.6.3 - I
am going to do this now and see if it breaks anything. My apps are all running
using the preinstalled version so I'm curious to see if anything breaks.
Just curious -- my python version is 2.6.1 and I neve
Did you run the install as sudo?
-Steven Elliott Jr
On Apr 12, 2010, at 3:09 AM, Bdidi wrote:
I reinstalled XCode to include 10.4 support and tried again, and
MySQLdb is now installed, but now I get this:
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
site-pac
Have you looked at your db? are the tables there that you wrote in your models.
Did you run
python manage.py syncdb and did you see verification that your tables were
created?
If you want to see that the sql is being created run
python manage.py sqlall app_name to make sure its generating the
I think it largely boils down (as many have said) to a python vs ruby debate.
I personally hate Ruby... I think its perl with a nice syntax, its very obtuse
and just downright hard to maintain as projects get bigger (IMHO, others I;m
sure disagree).
As far was what is better about Django for me
Its also a good idea to install the Developer Tools ... You should check which
version of Python you are using too. I think be default OS X uses 2.6.1
This is what I get when I type "python" into the terminal:
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
On Apr 9, 2010, at 11:38 AM, Lee Hi
Are you running the install as superuser?
I am running leopard too and ran into the same problem but once you run it as:
sudo python setup.py install it should work..
Also, dumb question but do you have mysql installed? Its also a good idea to
put this:
# mysql path
PATH=${PATH}:/usr/local/mys
Uncomment: #'django.contrib.sessions',
make sure to import admin from django.contrib and turn admin.autodiscover()
and yes, error messages would be helpful... if any.
On Apr 9, 2010, at 10:32 AM, Stuart wrote:
> What you have looks about right. What result are you getting? An error
> message?
, include(admin.site.urls)),
# ...
)
Hope this helps!
but you will still need to make sure that you have
On Apr 9, 2010, at 9:13 AM, Steven Elliott Jr wrote:
> In your urls. py make sure you have:
>
> from django.contrib import admin
> admin.autodiscover()
>
>
In your urls. py make sure you have:
from django.contrib import admin
admin.autodiscover()
and
that you've uncommented the (r'^admin/', include(admin.site.urls)),
in the tuple: urlpatterns = patterns.
On Apr 9, 2010, at 8:44 AM, Sheena wrote:
> Hey hey. I'm a little new to Django so I've bee
y, thanks for the insight; I appreciate it.
Steve
On Feb 24, 2010, at 2:31 PM, Eric Chamberlain wrote:
>
> On Feb 24, 2010, at 6:23 AM, Steven Elliott Jr wrote:
>
>> Dear friends,
>> I apologize for writing this type of question to the community but I would
>> apprecia
@Philip
Thanks for information -- very good advice. I appreciate all the input from
everyone else as well. I intend to start using Django for almost everything
going forward.
Thanks,
Steve
On Feb 24, 2010, at 2:06 PM, Phlip wrote:
> Steven Elliott Jr wrote:
>
>> Right now we h
Thank you to all for your comments. It has been most helpful.
On Feb 24, 2010, at 11:05 AM, Andy McKay wrote:
>
> On 2010-02-24, at 6:40 AM, Steven Elliott Jr wrote:
>> Right now we have Java and ASP.NET doing most of the work for us but the
>> systems are old and need updati
@Shawn
Sorry if I was not clear with my question. It seems like a lot of sites that I
have seen on djangosites are news sites, or content-driven sites like blogs,
personal web pages, social networking-type sites like fluther.com, etc. I was
just curious if anyone has every sat down and wrote a
Dear friends,
I apologize for writing this type of question to the community but I would
appreciate any information you could pass on considering the breadth of
knowledge within this group.
I know that the word “enterprise” gives some people the creeps, but I am
curious to know if anyone has ex
I've always found both the Django and Python communities to be among
the friendliest and most helpful. Please be kind to one another and
respectful of everyones comments. We are here to support one another
in our efforts to better our django skills and to better the community
and project as
TextMate!
On Feb 15, 2010, at 5:45 AM, Anton Bessonov wrote:
> http://www.vim.org/
>
> dj_vishal schrieb:
>> Hello
>>
>> Hi to all am new to the Django Framework.am learning django
>> Which IDE is suitable for Django ..plz help me in right way
>>
>> Thanks in Advance
>> vishal
>> 20
40 matches
Mail list logo