Coder Social home page Coder Social logo

varilink / data-admin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 63 KB

Configuration to enable the use of the Django automatic admin interface and migrations facility to manage the Derby Arts and Theatre Association website's database.

License: MIT License

Python 100.00%

data-admin's Introduction

DATA - Admin

David Williamson @ Varilink Computing Ltd

Configuration to enable the use of the Django admin interface to manage the Derby Arts and Theatre Association website's database. This has been put in place as a retro fit for the application's database.

As well as enabling the use of the Django admin interface this also facilitates the use of Django migrations, which I use specifically for the publication of news items on the website.

The steps for publishing a news item are as follows:

  1. Add a migration file for the news item in whatson/migrations/ by copying the previous migration file.
  2. Change the file name to something meaningful for the planned news item and increment the prefix number in the file name also.
  3. Edit the content of the file, remembering to update the published date, title, image, precis, item text and dependencies.
  4. Copy the new migration file to the deployment environment.
  5. Run the migration python3 manage.py migrate whatson, which you must do with root privilege in the Django project's home folder.

data-admin's People

Contributors

varilink avatar

Watchers

 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.