Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ python manage.py syncdb
$ python manage.py runservermigrate 0.0.0.0:80apps.noclook
$ python manage.py migrate actstream
$ python migrate tastypie
$ python manage.py runserver

Now you should be able connect to your machines the machine with your browser on http://localhost:8000 and see the NOCLook app index page.

...