Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amccloud/django-project-skel
Browse files Browse the repository at this point in the history
  • Loading branch information
amccloud committed Dec 25, 2011
2 parents 20e5d00 + 8c2b150 commit 9e95284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,6 +1,6 @@
*.pyc
*.pyo
.DS_Store
/{{ project_name }}/local_settings.py
/{{ project_name }}/public/static
/{{ project_name }}/public/media
local_settings.py
public/static
public/media
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,9 +35,9 @@ Obtain the url to your git repository.
```vi {{ project_name }}/local_settings.py```

### Sync database ###
```./manage.py syncdb```
```python manage.py syncdb```

## Running ##
```./manage.py runserver```
```python manage.py runserver```

Open browser to 127.0.0.1:8000

0 comments on commit 9e95284

Please sign in to comment.