pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. This project was forked from ...
from django_neomodel import admin as neo_admin from .models import Book class BookAdmin(dj_admin.ModelAdmin): list_display = ("title", "created") neo_admin.register(Book, BookAdmin) And you're ready ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results