Skip to main content

UNKNOWN

Project description

#Flask CMS

##A full cms, implemented in python, built on top of [Flask-XXL](https://github.com/jstacoder/flask-xxl)

for documentation on layout, concepts etc.. see the [Flask-XXL wiki](https://github.com/jstacoder/flask-xxl/wiki)

__Templates__
__Blocks__
__Pages__
__Blogs__
__tags__
__Comments__


to use:
- just put your settings in settings.py
- then system and database info in the local\_settings.py file

for a quick db setup just add

```python
class LocalConfig(object):
SQLALCHEMY_DATABASE_URI = "sqlite:///tmp.db"
SECRET_KEY = "your key"

```

to local\_settings.py (you have to create this file as well) and the in the shell type


<kbd>python manage.py db upgrade</kbd>

after a few seconds:



<kbd>./start.sh</kbd>

then you should see:

```shell
* Running on http://0.0.0.0:8080/
* Restarting with reloader
```

then just connect to your ip address: ie
192.168.1.155:8080 or 127.0.0.1:8080
or w/e yours is
---




Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FlaskCms-0.0.4.tar.gz (5.9 MB view details)

Uploaded Source

File details

Details for the file FlaskCms-0.0.4.tar.gz.

File metadata

  • Download URL: FlaskCms-0.0.4.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for FlaskCms-0.0.4.tar.gz
Algorithm Hash digest
SHA256 5694f5c5d848993548418afae4adc8e4399a8c9d12307d664ffb3a92a39b10cb
MD5 879e1f0a25ed3ec56fa7b0cd1b3c7d2f
BLAKE2b-256 339a23fa2812ed7237c3fd0f5d12324c930ce4ca5eb15713ce5f7c897a9a71fc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page