Giter VIP home page Giter VIP logo

admin_tool's Introduction

Django Based Settings Manager

An experiment to see if using the Django Tools as a settings manager makes sense.

installation

> python3 -m venv venv
> bash venv/bin/activate
> pip install -r requirements.txt

Once things are installed, you'll need to run some base configurations. The following presume you're running python and scripts inside of the virtualenv. If you like, you can activate the virtualenv by running

> exec venv/bin/activate

set up the local files

See https://django-admin-tools.readthedocs.io/en/latest/configuration.html

> python settings_mgr/manage.py migrate

NOTE I've already included the 'static' files into the git repo. This may or may not be correct. The command to generate them is collectstatic, but note that this does not bring in the template files.

create the superuser

> python settings_mgr/manage.py createsuperuser

Running the server

Check that settings.py is configured the way you want it.

> python settings_mgr/manage.py runserver

You should be able to go to http://SERVER:8000/admin/ and get the admin login page.

TODO:

  • JSON argument reader
  • Object editor for each setting / value
  • setting validator
  • GCP storage reader/writer

admin_tool's People

Contributors

jrconlin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.