Code Monkey home page Code Monkey logo

django-jobim's Introduction

django-jobim

A virtual store that wants to make your life easier when you think about selling some of your personal stuff. You don't need intermediate people or to pay fees. It's informal, simple and focus on the main goal: make a deal.

Running the project

It's very easy to use django-jobim.

Clone the repository, install the requirements, synchronize the database and fire up the server:

git clone git://github.com/cabello/django-jobim.git
cd django-jobim
make environment
python manage.py syncdb
python manage.py runserver

When you are done, you will have your store available at http://localhost:8000 and the administrative section at http://localhost:8000/admin, you are ready to add new products and to visit your store.

Requirements to host the project

Just run make environment and wait the installation. I recommend you to use virtualenv.

Note: Mac OS X doesn't have libjpeg installed by default and your PIL won't recognize JPEG images if you don't install the libjpeg library.

Requirements to developers

Just run make development and wait the installation. I still recommend the use of virtualenv.

Running the tests

If you already ran make development you just need to run:

make test

And you will see a pretty nice output. :D

License

The django-jobim project follows the GNU Affero General Public License.

django-jobim's People

Contributors

avelino avatar cabello avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-jobim's Issues

Better not found (404) page

When user hits a not found page the project shows a blank page with 404 written.

Lets make a better not found template.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.