Code Monkey home page Code Monkey logo

phimpme-generator's Introduction

Phimp.me Generator

The whole project includes this repo and the Android app. It aims to create a photo sharing app and a generator that can customize it. This repo is the generator part, which is a website where users can customerize their own photo app with their own name and own set of functions.

Installation

This repo contains a Django website, and the generator script (gen_script.py). To test the whole website:

  1. Install Django
  2. Go to Phimpme/Phimpme/apps/appshop/gen_script.py you will see
    template_path = "/Users/yzq/Documents/GitHub/phimpme-android/Phimpme"
    Change it to the path of the source code of Phimp.me Android app.
  3. Create a local.properties file in Phimp.me Android app, as described in the app wiki.
  4. Go to the root of this repo and execute python manage.py syncdb to create the SQLite database file and create admin account.
  5. Execute python manage.py loaddata Phimpme/apps/appshop/appshop.json to load settings.
  6. Execute python manage.py runserver to start the web server.
  7. Then you will see the website through http://localhost.

Also you need the Android SDK to run the generator script. You can see details in the wiki of Phimp.me Android app.

To test the generator script alone, open the py file and the last several lines will help you.

If you want to deploy this website into a production environment, DO NOT FOLLOW THE STEPS ABOVE. See the deployment part in the wiki instead.

Development Environment

Django 1.6.5

Python 2.7.5

Project Details

For detailed information of this project, please visit the wiki of this repo.

phimpme-generator's People

Contributors

mariobehling avatar

Watchers

James Cloos avatar  avatar

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.