Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rm1k3 committed Dec 19, 2013
2 parents 79179ef + c5e4d91 commit 0a41237
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 1,477 deletions.
7 changes: 7 additions & 0 deletions lawrence_creates/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.pyc
*.pyo
*.db
.DS_Store
.coverage
local_settings.py
/static
10 changes: 10 additions & 0 deletions lawrence_creates/.hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax: glob
*.pyc
*.pyo
*.db
.DS_Store
.coverage
local_settings.py

syntax: regexp
^static/
6 changes: 0 additions & 6 deletions lawrence_creates/keepalive.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "127.0.0.1:8000",
"name": "Default"
"domain": "blog.lawrencecreates.thefr33.com",
"name": "Lawrence Creates"
}
},
{
Expand Down Expand Up @@ -405,7 +405,7 @@
"status": 2,
"login_required": false,
"updated": null,
"_order": 2,
"_order": 3,
"titles": "Contact",
"description": "Fill in the form below to get in touch with us.",
"parent": null,
Expand Down Expand Up @@ -1340,54 +1340,13 @@
},
{
"pk": 1,
"model": "admin.logentry",
"fields": {
"action_flag": 2,
"action_time": "2013-12-19T12:55:28.694Z",
"object_repr": "About",
"object_id": "2",
"change_message": "Changed content and keywords.",
"user": 1,
"content_type": 21
}
},
{
"pk": 2,
"model": "admin.logentry",
"fields": {
"action_flag": 2,
"action_time": "2013-12-19T12:56:05.458Z",
"object_repr": "About",
"object_id": "2",
"change_message": "Changed content, description and keywords.",
"user": 1,
"content_type": 21
}
},
{
"pk": 3,
"model": "admin.logentry",
"fields": {
"action_flag": 2,
"action_time": "2013-12-19T12:56:25.203Z",
"object_repr": "About",
"object_id": "2",
"change_message": "Changed content and keywords.",
"user": 1,
"content_type": 21
}
},
{
"pk": 4,
"model": "admin.logentry",
"fields": {
"action_flag": 3,
"action_time": "2013-12-19T13:04:45.283Z",
"object_repr": "Gallery",
"object_id": "8",
"change_message": "",
"user": 1,
"content_type": 20
"model": "core.sitepermission",
"fields": {
"user": 2,
"sites": [
1
]
}
}

]
Loading

0 comments on commit 0a41237

Please sign in to comment.