Giter Site home page Giter Site logo

krak.lol's Introduction

Krak.lol

Krak.lol is a social site for comedy. It's built on the Django web framework.

Project dependencies

This project will use the latest versions of its dependencies as soon as it has been tested with them.

  • Django (Web dev framework)
  • Pillow (Imaging library)
  • BeautifulSoup4 (Screen-scraping)
  • AnyMail (Email Backends)
  • Django-Watson (Full-text Search)
  • Django-Crontab (Scheduled Tasks)
  • Django-Admin-View-Permission (Admin permissions)
  • Django-REST-framework (API)

NB: Some of these dependencies have their own dependencies.

Run pip install -r requirements.txt during initial setup.

Docs

The docs of each part of the project can be found in the READMEs of those parts.

Dev

The settings module contains local and production settings. In development, run: :

# UNIX Bash Shell
export DJANGO_SETTINGS_MODULE=krak.settings.local

# Windows Shell
set DJANGO_SETTINGS_MODULE=krak.settings.local

DB

This project uses PostgreSQL in production. As such, it's important you use same in development to avoid unecessary issues. Install postgres on your local machine and use with the DB params in the local settings file.

krak.lol's People

Contributors

nicholaskajoh avatar

Stargazers

 avatar  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.