If you deleted a .table file, fake_migrate will recreate it for you.

On Tuesday, March 27, 2012 6:34:58 PM UTC-7, web-dev-m wrote:
>
> Just continues trying to connect to any application.  The application is 
> still under development.  After your suggestion, I dumped my db and deleted 
> everything from the databases folder. 
>
> It's working now...not sure what exactly happened.
>
> On Tuesday, March 27, 2012 4:54:51 PM UTC-5, pbreit wrote:
>>
>> It's weird that one app would affect other apps since usually they are 
>> pretty insulated from each other.
>>
>> Deleting .table files can be a problem. Was the app under development and 
>> you wouldn't care if you erased the DB? If so (and it's SQLite), you can 
>> delete all the files in the "database" directory and start with a fresh new 
>> DB.
>>
>> When you say that it's not working, how exactly does it behave? Do you 
>> get any error messages? Have you touched the routes.py file?
>>
>> Another thing to consider is downloading a fresh version of Web2py and 
>> then copying the applications over one-by-one.
>>
>

Reply via email to