Enter the virtualenv and run Django shell:
cd /srv/funkwhale/
source virtualenv/bin/activate
./manage shell
Import Funkwhale models:
Enter the virtualenv and run Django shell:
cd /srv/funkwhale/
source virtualenv/bin/activate
./manage shell
Import Funkwhale models:
| version: "3" | |
| services: | |
| dremio: | |
| image: dremio/dremio-oss:latest | |
| container_name: dremio-oss | |
| ports: | |
| - "9047:9047" | |
| - "31010:31010" | |
| - "45678:45678" |
| ### A Pluto.jl notebook ### | |
| # v0.15.1 | |
| using Markdown | |
| using InteractiveUtils | |
| # This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error). | |
| macro bind(def, element) | |
| quote | |
| local el = $(esc(element)) |
| { | |
| "name": "mopidy-play", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "play-mopidy-playlist.js", | |
| "scripts": { | |
| "start": "node play-mopidy-playlist.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "Brian Dunnette", |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Data Layer: Simple</title> | |
| <script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script> | |
| <style>/* Always set the map height explicitly to define the size of the div | |
| * element that contains the map. */ | |
| #map { | |
| height: 100%; | |
| } |
First, we'll need to get a GUID:
PS> [guid]::NewGuid()
Guid
----
75910903-ae85-44bb-95d9-f200eea9a8a9