{"id":16208128,"url":"https://github.com/verdan/penny-auction","last_synced_at":"2025-04-07T20:23:39.881Z","repository":{"id":72984090,"uuid":"83337291","full_name":"verdan/penny-auction","owner":"verdan","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-27T17:23:28.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-13T21:49:34.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verdan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-27T17:22:48.000Z","updated_at":"2017-02-27T17:23:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6af3d71-c917-4ef6-bc54-b9424472d738","html_url":"https://github.com/verdan/penny-auction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fpenny-auction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fpenny-auction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fpenny-auction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fpenny-auction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verdan","download_url":"https://codeload.github.com/verdan/penny-auction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247722652,"owners_count":20985230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T10:15:25.722Z","updated_at":"2025-04-07T20:23:39.861Z","avatar_url":"https://github.com/verdan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django Bitcoin Penny Auction\n============================\n\nBitCoin Penny Auction System built purely in Django.\n\nGetting Started\n---------------\n\nI'm assuming you have Python installed and using MAC OSX. It is preferable to have a virtual environment for the project libraries.\nAlso assuming you've git setup on your system.\n\nSetting Up the Virtual Environment (skip this if you want to mess-up your python libraries :P)\n-------------------------------------------------------------------------------------------\n\nIf you're using pip to install packages (and I can't see why you wouldn't), you can get both virtualenv and virtualenvwrapper by simply installing the latter.\n\n            pip install virtualenvwrapper\n\nAfter it's installed, add the following lines to your shell's start-up file (.zshrc, .bashrc, .profile, etc).\n\n            export WORKON_HOME=$HOME/.virtualenvs\n            export PROJECT_HOME=$HOME/directory-you-do-development-in\n            source /usr/local/bin/virtualenvwrapper.sh\n\nReload your start up file (e.g. source .bashrc) and you're ready to go.\n\nCreating a virtual environment is simple. Just type\n\n            mkvirtualenv penny\n\nor If already created the Virtual Environment, just start the environment by typing\n\n            workon penny\n\n\nGetting the App Running\n-----------------------\n\nInstalling Python Packages and getting the app running is just like eating chocolate.\n\n            cd /path/where/you/want/your/project\n            git clone git@bitbucket.org:verdanmahmood/penny-auction.git\n            cd penny-auction/\n            \nPackages can be installed using pip command.\nThis command installs the packages in the requirement file.\n            \n            pip install -r requirements.txt\n            \nCreate the Database\n\n            python manage.py syncdb\n            python manage.py migrate\n            \n            \nInserting Test Data, below command will insert the test data. \n\n            python manage.py insert_test_data\n\nThis command will generate an admin user, 4 test users, some and some of the auction items.\n\nAdmin User : admin@gmail.com\nAdmin Pass : 123456\n\nTest User : testuser+1@gmail.com (up to testuser+4@gmail.com)\nTest Pass : 123456\n\nStart the Server\n            \n            python manage.py runserver\n            \nOnce the server is up and running, Open a new terminal tab and make sure to run the following command to run the background process.\n\n            celery -A pennyauction worker -B\n            \nAccessing Project and Admin\n---------------------------\n\nTo access the server, please use \n\n            127.0.0.1:8000\n            \nTo access admin\n\n            127.0.0.1:8000/admin\n            \nTimeZones\n---------\n\nNOTE : ALL THE DATE TIME ARE STORED AND DISPLAYED IN UTC FORMAT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverdan%2Fpenny-auction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverdan%2Fpenny-auction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverdan%2Fpenny-auction/lists"}