You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit cf9dcc0
Date: Tue Nov 17 20:34:22 2009 +0100
Install and test locally using the instructions in the readme. Created a single superuser and no modifications to the default settings.py except changing the DATABASE_* settings.
Running the following two commands,
someproject$ python setup.py register -r local sdist upload -r local
someproject$ python setup.py register -r local bdist_egg upload -r local
The first runs successfully and the file shows up in the web UI. The second command hangs. If I then clear and start with a new database, uploading via various methods (bdist, etc) shows similar behavior, the second upload always hangs.
The text was updated successfully, but these errors were encountered:
Using
commit cf9dcc0
Date: Tue Nov 17 20:34:22 2009 +0100
Install and test locally using the instructions in the readme. Created a single superuser and no modifications to the default settings.py except changing the DATABASE_* settings.
Running the following two commands,
someproject$ python setup.py register -r local sdist upload -r local
someproject$ python setup.py register -r local bdist_egg upload -r local
The first runs successfully and the file shows up in the web UI. The second command hangs. If I then clear and start with a new database, uploading via various methods (bdist, etc) shows similar behavior, the second upload always hangs.
The text was updated successfully, but these errors were encountered: