getting snapboard integrated into my project

2 views
Skip to first unread message

johnnie...@gmail.com

unread,
Feb 8, 2007, 12:04:41 PM2/8/07
to snapboard-discuss
I thought I'd start a thread talking about getting snapboard working
with my project. I'll outline the steps I took and add some
commentary along the way.

1. Moved the snapboard app directory into my projects directory.

I won't be using sbreg initially, as I hit upon the same blog post
it's based off of and I have my own version of a registration module.
After looking at sbreg, there's little difference right now between
the two.

2. Added the following to my project urls.py:

# forums
(r'^forum/', include('webapps.snapboard.urls')),
(r'^forums/', include('webapps.snapboard.urls')),

Catching both urls makes sense based upon previous experience running
forums. People always muddle up the url and either add or remove the
s.

3. Added snapboard to installed apps.

4. Sync'd up the db.

There's a bug when you sync up and you answer no to populating the
test data into the db. I'll file a bug in a few with a patch.

5. Run a local server via manage.py runserver.

Logged in, hit the forum link and it worked like a charm.


All in all, good experience with getting the app integrated into my
site. Next steps will be to get the media files installed into my
environment so that it looks pretty. I'll let you know how that goes.

Bo Shi

unread,
Feb 8, 2007, 5:14:35 PM2/8/07
to snapboar...@googlegroups.com
Great! Do you want to start a wiki page on the project site detailing
how to integrate snapboard with an existing django setup?


--
Bo Shi
233 Massachusetts Avenue
Cambridge, MA 02139
(207) 469-8264

johnnie...@gmail.com

unread,
Feb 9, 2007, 1:35:39 AM2/9/07
to snapboard-discuss
I'd be happy to. Go ahead and add me to the project so I can do that.

On Feb 8, 2:14 pm, "Bo Shi" <bs1...@gmail.com> wrote:
> Great! Do you want to start a wiki page on the project site detailing
> how to integrate snapboard with an existing django setup?
>

Reply all
Reply to author
Forward
0 new messages