Some of these are python, and some of these are shell commands. If you are not familiar with python, then try a short tutorial before attempting to learn django.
On Wed, May 16, 2012 at 12:02 PM, MEL <mortenel...@gmail.com> wrote: > Can anyone help me ? > Can't even create my first site in the tutorial :-( > > Python 2.7.3 (default, Apr 20 2012, 22:39:59) > [GCC 4.6.3] on linux2 > Type "copyright", "credits" or "license()" for more information. > >>> import sys > >>> sys.path.append("/home/morten/django") > >>> import django > >>> print django.get_version() > 1.5.dev20120515080834 > >>> django-admin.py startproject melsite > SyntaxError: invalid syntax > >>> django-admin.py > > Traceback (most recent call last): > File "<pyshell#5>", line 1, in <module> > django-admin.py > NameError: name 'admin' is not defined > >>> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Marcin Tustin Tel: 07773 787 105 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.