Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joncinque/yoga-site
Personal yoga website and blog through Django and Mezzanine
https://github.com/joncinque/yoga-site
Last synced: 11 days ago
JSON representation
Personal yoga website and blog through Django and Mezzanine
- Host: GitHub
- URL: https://github.com/joncinque/yoga-site
- Owner: joncinque
- License: apache-2.0
- Created: 2017-12-23T22:33:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:40:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T01:29:39.182Z (about 1 month ago)
- Language: HTML
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yoga-site
Personal yoga website and blog# Setup
## Virtual environment and dependencies
```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```
## Setup adept
### Create a database
```
$ python manage.py createdb
$ python manage.py makemigrations
$ python manage.py migrate
```
### Fill in `SECRET_KEY` and `NEVERCACHE_KEY` in `local_settings.py`
### Run the web server
```
$ python manage.py runserver
```
### Create the homepage
1. Log into the admin
2. Go to Content -> Pages
3. Click the top "Add ..." dropdown and choose "Home page"
4. Fill out content, before saving click the "Meta data" section and set the url to /
5. Save