Git Product home page Git Product logo

README

This repository holds bare django project on branch master. New sites should start from it. Sites are written in Python's web framework - Django and works like simple CMS.

Branches holding websites:

Other

  • tool-colorpickers - For client who can't decide about colors. Cherry-pick it and customize.

Scripts

  • install.sh used to deploy website
  • apply_fixtures_on_prod.sh creates fixture out of content edited via admin panel, uploads it and executes

Implemented stuff:

  • Galleries
  • Editable tabs and content
  • Obfuscating emails after content is eddited
  • Parsing varieables.scss so it's declarations are avaiable in JS

On windows

Get compiled Pillow from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow download .whl file than do pip install C:\path_to.whl

pip install rjsmin rcssmin --install-option="--without-c-extensions"

##Development

git clone [email protected]:alpakara/django-sites.git
git submodule init
git submodule update
cd scripts_configs
git checkout master
cd ..

Fixtures:

  • python manage.py load
  • python manage.py save

Get Yarn

sudo yarn global add bower gulp-cli coffee-script
yarn install
bower install

mkvirtualenv smolinska --python=`which python3`
pip install -r requirements.txt

./manage.py migrate
./manage.py load
./manage.py make_gallery

gulp

To create example galeries run: python manage.py make_gallery (useful for working on UI)

smolinska's Projects

django-dajaxice icon django-dajaxice

Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.

online-cv icon online-cv

A minimal Jekyll Theme to host your resume (CV)

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.