0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 17 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:openwebengineering/sbitter More... about 11 years ago
Added types/user_test.go More... about 11 years ago
Tweaked Drone.io wording More... about 11 years ago
Added Drone.io build status to README More... about 11 years ago
changed postgres user More... about 11 years ago
removed settings_local.py from production; changed Postgres information. More... about 11 years ago
Added new requirements.txt More... about 11 years ago
changed url in testing_scripts/adding_sbits.py More... about 11 years ago
Removed GZip middleware, to be replaced later. More... about 11 years ago
added TIMEOUT to caching, and GZip middleware More... about 11 years ago
Removed bad benchmarks. All kinds of bad More... about 11 years ago
reverted back to 'basic ORM', eg Sbit.objects.all() More... about 11 years ago
Added benchmarks/ and testing_scripts/ directories. Modified the view_all_sbits view to use .values(), and the template to display this. Also changed the post_sbit_json URL to only be avaible with settings.DEBUG == True. More... about 11 years ago
Corrected single item tuple in model_forms.py; fixed spelling error in post_sbit_json view, and added newline to the HttpResponse() More... about 11 years ago
Fixed sbitter/go import paths More... about 11 years ago
Moved go code into go/ and django code into django/ More... about 11 years ago
Added the appurl's for both post_sbit views, and finished up the basis for the JSON post_sbit view. More... about 11 years ago
Commiting the beginnings of the post_sbit function that will except JSON. Will be used for testing. More... about 11 years ago
Refactored sbitter_postgres/templates/* into specific folders. Added post_sbit.html, a form to post sbits into while logged in. Will soon be adding support of JSON requests to the same URL. More... about 11 years ago
Removed *.pyc More... about 11 years ago
Removed local copies of Bootstrap (the js and css) and included links from http://www.bootstrapcdn.com/ instead. Will increase load time and stop this project from being loaded as JS on github.com, cause we can't have that... More... about 11 years ago
added python-memcached and psycopg2 to requirements.txt More... about 11 years ago
Added .pyc to the .gitignore. Removed unneeded javascript and css. More... about 11 years ago
Added the requirements for SBitters Django+MongoDB version. Created the initial project with django-nonrel. More... about 11 years ago
Changed from sbitter_postgres_site to sbitter_postgres. Added the folder for the django version with mongo. More... about 11 years ago
initial django commit More... about 11 years ago
initial commit for the first django version. More... about 11 years ago
elimisteve's cache no longer deleted at startup (since expiration now works) More... about 11 years ago
Messages no longer have both an id and _id More... about 11 years ago
Memcache items (latest user Messages) now expire in 30 secs More... about 11 years ago