Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8448185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:21:33+00:00 2026-06-10T10:21:33+00:00

I have a few apps installed on my Django project. I would like for

  • 0

I have a few apps installed on my Django project. I would like for some of the apps to be able to get information from some of the other apps. Therefore, I am looking to give each of the apps some basic meta information about permissions.

So, if I have three apps: A1, A2, and A3.

I would like to set A1 to be read only. Set A2 to be read/write. Set A3 to not be able to read or write from.

The meta descriptions are mostly for my own sanity. These apps won’t be working with apps that I didn’t write.

Is there a way to add such meta data at the app level? Perhaps through an unused description field for the Django app?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:21:35+00:00Added an answer on June 10, 2026 at 10:21 am

    Don’t know why you would ever need this, but normally you place all meta information in __init__.py of the app. Then you can access it from another app:

    myapp1/__init__.py:

    version = '0.1.0'
    permissions = ['read', 'write']
    

    myapp2/utils.py:

    from django.conf import settings
    import importlib
    
    for app_name in settings.INSTALLED_APPS:
        app = importlib.import_module(app_name)
        if hasattr(app, 'permissions') and 'write' in app.permissions:
            do_something()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is the situation. I have a django project with two installed apps. Both
I have few apps (driver detective) which communicate with there site from desktop app.
I have seen a few OSX apps that have a Special Characters menu item
I have a few medium-sized Rails apps that I work on routinely, and only
I have been researching a few different apps lately for my company which are
I have a api app that sits behind a few client facing apps. The
I have few text fields like SSN , phone number and email id. I
I have few simple django-based sites and I their number increasing all the time.
I have ASP.NET MVC Beta on our web server running a few apps. My
I have a few console apps that I want to run on a dedicated

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.