Giter Club home page Giter Club logo

website's Introduction


Django Indonesia
Django Indonesia

Clean and simple forum app made for Django-id Community. Built on top of Django and Markdown.

Gitter


screenshot

Key Features

  • LivePreview Editor - Make changes, See changes
    • Instantly see what your Markdown documents look like in HTML as you create them.
  • Built on top of Django Framework and Python 3.X
  • GitHub Flavored Markdown
  • Syntax highlighting
  • Use SASS
  • Use Bulma, modern front-end framework
  • Pygments Support
  • Simple and clean UI/UX
  • No-bullshit No-nonsense, get the job done.
  • Made with love and passion

How To Use

To clone and run this application, you'll need Git, virtualenv and Python installed on your computer. I assume you already setup the django environment on your machine, if not yet, then Google is your friend. From your command line:

# Create virtual environment using virtualenv
$ virtualenv -p python3 envname

# Go into virtual environment folder
$ cd envname

# Activate virtualenv
$ source bin/activate

# Clone this repository
$ git clone https://github.com/django-id/website.git django_id

# Go into the repository
$ cd django_id

# Install requirements
$ pip install -r requirements.txt

# Migrate the databse
$ python manage.py makemigrations && python manage.py migrate

# Run the app
$ python manage.py runserver

If you have docker installed. you can simply run following command to run with docker.

$ docker-compose build                  # Build docker images for the first time.
$ docker-compose up                     # Running the project.
$ docker-compose run web sh runtest.sh  # Run the test.

Note: If those commands is not working, please open issue with detailed error messages.

Download

You can download latest relase version of Django ID also.

Credits

This software uses code from several open source packages.

To-Do List

  • Add emojis
  • Create user mention/tagging feature
  • Create notification system
  • Create proper paginations
  • Fixing its responsiveness
  • Polishing its UI/UX
  • ...

Changelog

  • v0.2 : Add user stats (Total posts and total threads) on profile page
  • v0.1 : Intial release

License

MIT


Facebook  ·  Github  ·  Slack

website's People

Contributors

alzearafat avatar sodrooome avatar keda87 avatar dependabot[bot] avatar januridp 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.