Git Product home page Git Product logo

carotte's Introduction

Projet Carotte

Permettre aux gens de trouver des produits sans emballage

Récolter des données sur les utilisateurs

Conquérir le monde

Install

Install dependencies:

    pip install -r requirements.txt

Initialize database tables:

$ python manage.py migrate

Create a super-user for the admin:

$ python manage.py createsuperuser

Run the development server

$ python manage.py runserver

Default port is 8000, if it is already taken, you can start the development server on another port by appending the port number to above command. For example, to run on port 9000 : python manage.py runserver 9000

Use

Use the webapp by visiting the site at the URL printed by runserver (defaults to http://localhost:8000).

Administer the site

Visit /admin, using the user credentials you've created for the super-user above, in order to adminster the site : add species, products and sellers.

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.