Skip to content
/ Site Public

Refactoring of the site, removing django cms, and lots ofcool stuff

License

Notifications You must be signed in to change notification settings

Cerkinfo/Site

Repository files navigation

Cerkinfo New Site

Reworking of Site2.0 without django_cms and better handling of db migrations, ...

Dependencies

  • python3
  • python3-dev
  • python3-venv
  • libjpeg-dev

Set up

 $ git clone https://github.com/Cerkinfo/Site.git cerkinfo_site
 $ cd cerkinfo_site
 $ virtualenv --python=/usr/bin/python3 .ve
 $ source .ve/bin/activate
 $ pip install -r requirements.txt
 $ npm install

Run

N.B. If for dev don't forget to create a superuser $ python manage.py createsuperuser

 $ python manage.py migrate
 $ python manage.py loaddata fixtures/init.json
 $ python manage.py runserver

Also don't forget to bundle the javascript.

 $ npm run watch # To dev
 $ npm run build # For prod

License

This code is under the GPL license (Giant Penis License). The complete text is in the LICENSE.txt file.

About

Refactoring of the site, removing django cms, and lots ofcool stuff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published