|
15h
|
|
accepted | NoMigrations error in Django |
|
15h
|
|
comment |
NoMigrations error in Django I think I resolved the issue. I followed your first suggestion; I backed up my dev project, then cloned from the current production version. The new venv removed migrations from the admin app. When I migrated, I got the same error. I'm pretty sure the problem was related to the initial data loading from a fixture. I removed references to admin from the fixture, and removed some records that were causing conflicts. Things seem to work now, so thank you! |
|
1d
|
|
comment |
NoMigrations error in Django @FrancisYaconiello Thanks, I will give this all a try. |
|
1d
|
|
comment |
NoMigrations error in Django I am using virtualenv. What is the best plan to resolve the issue? Can I just delete the migrations dir from django/contrib/admin, or is there a South setting I need to change as well? |
|
1d
|
|
comment |
NoMigrations error in Django I tried migrating the admin at one point, and I see the migrations folder in django/contrib/admin. I think I may have tried to migrate the admin in a heroku session at one point as well. I have considered destroying the heroku app and rebuilding that. Is that a reasonable plan, considering it is a test deploy anyway? |
|
1d
|
|
comment |
NoMigrations error in Django The only other app I have migrated was admin. |
|
1d
|
|
asked | NoMigrations error in Django |
|
Apr
25 |
|
awarded | Popular Question |
|
Mar
4 |
|
awarded | Teacher |
|
Nov
10 |
|
accepted | Facebook linter not reading url |
|
Nov
10 |
|
comment |
Facebook linter not reading url The closing slashes are there: <meta property="og:url" content="tapawaydemo.atwebpages.com/fb_test.html" /> |
|
Nov
10 |
|
revised |
Facebook linter not reading url added 265 characters in body |
|
Nov
10 |
|
comment |
Facebook linter not reading url I'm getting inconsistent results from the linter for the simpler page. One time I got a 206 response, suggesting I explicitly set the og url and title tags. The rest of the time I get the error that no data was scraped. Any suggestions? |
|
Nov
10 |
|
comment |
Facebook linter not reading url Thanks for catching that, it was a remnant of having links instead of buttons for those functions. I created a simpler page at (http://tapawaydemo.atwebpages.com/fb_test.html), which is also not being read by the linter. Is this a hosting issue? |
|
Nov
10 |
|
awarded | Custodian |
|
Nov
10 |
|
reviewed | Approve suggested edit on Facebook linter not reading url |
|
Nov
10 |
|
asked | Facebook linter not reading url |
|
Nov
10 |
|
accepted | Apple touch icon not working |
|
Nov
10 |
|
answered | Apple touch icon not working |
|
Oct
24 |
|
comment |
Apple touch icon not working I just noticed that. When I visit the site, and view source, I can click on the icon link and see the image. There is no password-protection at all on the site. The site is tapoutdemo.atwebpages.com/tapout_game.html |