GithubHelp home page GithubHelp logo

anstkosh / pythondigest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pythondigest/pythondigest

0.0 1.0 0.0 2.56 MB

Russian python newsletter (Python Digest)

Home Page: https://pythondigest.ru

License: MIT License

Makefile 0.05% Python 64.70% HTML 16.06% JavaScript 0.98% CSS 18.21%

pythondigest's Introduction

python-news-digest

Build Status Requirements Status Coverage Status Code Health Scrutinizer Code Quality Code Issues License

What is it?

It is the repo with sources of project Python Digest (site - https://pythondigest.ru/ ) Python Digest is an aggregator of Python News We aggregator many different links from Python World:

  • books
  • articles
  • meetups
  • releases
  • etc

PythonDigest is a Open Source project! We use Python 3

Contributing

In general, we follow the "fork-and-pull" Git workflow.

We develop in develop branch

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

We recommend to use git-flow

How to start

Clone project

git clone https://github.com/pythondigest/pythondigest.git

Create virtualenv and install dependencies:

virtualenv --python=python3 ./env
source ./env/bin/activate
cd pythondigest
pip install -r requirements.txt

Init database and install some fixtures:

python manage.py migrate
python manage.py migrate --run-syncdb
python manage.py loaddata digest/fixtures/sections.yaml
python manage.py loaddata digest/fixtures/parsing_rules.json

Create super user

python manage.py createsuperuser

Ok! You are ready for work with Python Digest! (runserver...)

For developers:

python manage.py loaddata digest/fixtures/dev_issues.yaml
python manage.py loaddata digest/fixtures/dev_resource.yaml
python manage.py loaddata digest/fixtures/dev_items.yaml

Run tests

python manage.py test

pythondigest's People

Contributors

aduchimergen avatar alkalit avatar alrusdi avatar amureki avatar axce1 avatar axsapronov avatar dck avatar dead23angel avatar gitter-badger avatar inerv avatar ivlevdenis avatar krukov avatar mrlokans avatar owlman75 avatar pixxxel avatar pythondigest avatar qstwx avatar quantifiedcode-bot avatar

Watchers

 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.