Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feincms/feincms3-example

Open more actions menu

Repository files navigation

feincms3 example project

Clone this repository:

git clone https://github.com/matthiask/feincms3-example/
cd feincms3-example

Setup a virtualenv:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Maybe adapt the database connection parameters in app/settings.py, if you don’t want to use SQLite.

Run migrations and create a superuser:

./manage.py migrate
./manage.py createsuperuser

Import the fixtures:

./manage.py loaddata fixtures/pages.json
./manage.py loaddata fixtures/articles.json

Start the runserver:

./manage.py runserver

Open http://127.0.0.1:8000/ and http://127.0.0.1:8000/admin/ and dive in!

About

Example feincms3 project providing a pages and an article app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.