Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
/ one-liner Public archive

All one-liner related tests, scripts, experiments etc.

Notifications You must be signed in to change notification settings

INN/one-liner

Repository files navigation

One Liner

For more about what this repository was, see https://labs.inn.org/2016/02/22/inn-receives-knight-prototype-grant/

We archived it in March 2020.

Quickstart

$ mkvirtualenv one-liner
$ pip install -r requirements.txt
$ mkdir data
$ rm -Rf oneliner/migrations;
$ ./manage.py makemigrations oneliner;
$ pip install django_extensions
$ ./manage.py makemigrations oneliner;
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ python manage.py runserver

Check it out at http://localhost:8000/

You can log in with the superuser info you just created.

About

All one-liner related tests, scripts, experiments etc.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published