Giter Site home page Giter Site logo

silverflask's Introduction

SilverFlask

A CMS that's heavily inspired by SilverStripe, the best PHP CMS around.

Based on the superior Flask CMS it aims to be great to use for end users and amazing to develop with.

Dev Setup

Follow the setup guide here.

Docs

After the dev setup:

cd docs
make html
make serve

View your docs now at http://127.0.0.1:8000.

silverflask's People

Contributors

wolfv avatar jackstouffer avatar kirang89 avatar jo-m avatar rotated8 avatar ufo22940268 avatar

Stargazers

 avatar Mischa Kroon avatar Luan Zun avatar Steven Lee avatar  avatar xd_xd/xd avatar Rico Moorman avatar Gereon Sommer avatar dai yun avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

silverflask's Issues

Manage.py createdb fails

python manage.py createdb

on a vanilla installation fails with:

    ...
/user/reset-password/<token>
/user/confirm-email/<token>
/uploads/<path:filename>
/static/<path:filename>
/themes/<path:filename>
/theme/<path:filename>
/<path:url_segment>
Traceback (most recent call last):
  File "manage.py", line 71, in <module>
    manager.run()
  File "/Users/joni/.virtualenvs/SilverFlask/lib/python3.4/site-packages/flask_script/__init__.py", line 412, in run
    result = self.handle(sys.argv[0], sys.argv[1:])
  File "/Users/joni/.virtualenvs/SilverFlask/lib/python3.4/site-packages/flask_script/__init__.py", line 383, in handle
    res = handle(*args, **config)
  File "/Users/joni/.virtualenvs/SilverFlask/lib/python3.4/site-packages/flask_script/commands.py", line 216, in __call__
    return self.run(*args, **kwargs)
  File "manage.py", line 66, in createdb
    page.mark_as_published()
  File "/Users/joni/Desktop/SilverFlask/silverflask/mixins/VersionedMixin.py", line 219, in mark_as_published
    print("Publishing Page %d \n\n" % self.id)
TypeError: <flask_script.commands.Command object at 0x111381518>: %d format: a number is required, not NoneType

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.