Git Product home page Git Product logo

dlutcs_newsserver's Introduction

#DLUT News Server-新闻服务器

========================

About

  • DLUT CS Software Comprehensive Practice
  • Branchs:
    • Master:stable branch
    • dev:team develop branch
    • dev-[NAME]:personal develop branch

Enviroment

  • Python 2.7.9
  • MySQL 5.6
  • Django==1.8.5
  • Pillow==3.0.0
  • coverage==4.0
  • django-ckeditor==5.0.2
  • django-grappelli==2.7.2

How to install

  1. execute this in terminal:sudo pip install -r requirements.txt
  2. create database in mysql:create database newsserver character SET utf8;
  3. migrate the database:python manage.py migrate
  4. start server:python manage.py runserver IP:PORT
  5. visit in your web browser:http://IP:PORT/news

Structure

DlutCS_NewsServer
./DlutCS_NewsServer  Django Settings
./media              medias
./media/news_pics    news thumbnails
./news               news app MVC
./news/models.py     news models
./news/tests.py      news tests
./news/views.py      news views
./news/urls.py       news mappings
./news/static        news static files(includ js,css)
./templates          news templates

Licenses

This software users GPLv3 lincense,Our team own the copyright.

dlutcs_newsserver's People

Contributors

time1ess avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

cash2one

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.