fixed typo

pull/1/head
Ed Summers 2011-09-06 04:09:18 +00:00
parent bbffab436b
commit c39cd88417
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ regluit
=======
A 'monolithic' alternative to [unglu](http://github.com/gluejar/unglu)
for the unglue.it website. regluit essentially on Django project that contains
three applications: `frontend`, `api` and `core` that can be deployed and
configured to as many instances that are needed to support traffic. The key
difference with [unglue](http://github.com/gluejar/unglu) is that the
for the unglue.it website. regluit is essentially a Django project that
contains three applications: `frontend`, `api` and `core` that can be deployed
and configured on as many ec2 instances that are needed to support traffic.
The key difference with [unglue](http://github.com/gluejar/unglu) is that the
`frontend` app is able to access database models from `core` in the same
way that the `api` is able to...which hopefully should simplify some things.