GithubHelp home page GithubHelp logo

franklinokech / django-vote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markyingshou/django-vote

0.0 1.0 0.0 4.03 MB

Voting system written in Django

Python 19.99% JavaScript 62.60% HTML 10.86% ASP 0.06% Java 0.02% PHP 0.80% CSS 5.67%

django-vote's Introduction

django-vote

Voting system written in Django

Django is a high-level Python Web framework that encourages rapid development and clean,you can complete your project easily official website is https://www.djangoproject.com/

Xadmin is more humanized,you can use all the plugins that you want,eg:I customized the Ueditor in the project official website is http://sshwsfc.github.io/xadmin/ but the offical website is not useful in my memory

Develop IDE:

โ€‹ Pycharm 2018

Environment:

  1. first: You should make a python3 virtualenvironment
  2. Python 3.6
  3. Django 1.11.8 ---> pip install django==1.11.8 #django framework
  4. mysqlclient ----> pip install mysqlclient #connect to mysql database
  5. Pillow --> pip install Pillow #deal with images
  6. django-crispy-forms >=1.6.0 (For xadmin crispy forms)
  7. django-reversion ([OPTION] For object history and reversion feature, please select right version by your django, see changelog )
  8. django-formtools ([OPTION] For wizward form)
  9. xlwt ([OPTION] For export xls files)
  10. xlsxwriter ([OPTION] For export xlsx files)
  11. django-crispy-forms>=1.6.0
  12. django-import-export>=0.5.1
  13. django-reversion>=2.0.0
  14. django-formtools==1.0
  15. future==0.15.2
  16. httplib2==0.9.2
  17. six==1.10.0

In the project ,I download xadmin that as a extra_app.In this way ,I can customlize the theme and model that I want

the tree dictory:

1528823211473

apps ---place the app module

extra_apps --- place the apps that are not in django

media ---place the image or file by upload

static ----place the website static files like css,js,image,font

survey -----the website entrance

template --- dynamic website template file

django-vote's People

Watchers

James Cloos 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.