|
I just created an OSQA instance, and I'm having trouble finding the tool to migrate in a StackExchange dump. I tried going to /admin/sximporter, but I got a 404 error, just like this guy. I believe I have South set up properly, since I can do
with no problem. How do I get to the import tool? |
|
Make sure you tack an extra '/' on the end: Thanks! You got it.
(22 Oct '10, 03:13)
Isaac
|
|
As I am running this tool, I am encountering a few issues that I wanted to document: Permission problems, solved by:
Conflict with existing questions. Solved by clearing the database first: sudo python2.6 manage.py flush |