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 8801197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:46:26+00:00 2026-06-14T00:46:26+00:00

Sentry catches loggings and errors from client applications. The only way I know of

  • 0

Sentry catches loggings and errors from client applications.

The only way I know of creating a project in Sentry is by manually submitting the form in the Web application interface.

I’m searching for a way to create a project into Sentry from the command line in any way (options, config file) ?

This would be greatly valuable for deployment scripts. Otherwise no automation is possible.

Just found this discussion while Googling around but no answer:

https://groups.google.com/d/topic/getsentry/pWglAEHaPUk/discussion

Any idea?

  • 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-14T00:46:27+00:00Added an answer on June 14, 2026 at 12:46 am

    It’s a django project, of course you can:

    from sentry.models import Project
    project = Project(...)
    ...
    project.save()
    

    Edit: You could write a custom management command to get functionality on the command line

    Edit by question’s author: Yes indeed it is a django project, so like a django project I automated my deployment in the three following steps:

    1. Start Sentry, create users, teams and projects and adjust settings from the admin Web interface
    2. Run dumpdata like you’d do with any django project (sentry will implicitly call manage.py):

      sentry --config=sentry.conf.py dumpdata --indent=2 auth > auth_data.json

      sentry --config=sentry.conf.py dumpdata --indent=2 sentry > sentry_data.json

    3. Deploy step by step:

      sentry --config=sentry.conf.py syncdb --noinput

      sentry --config=sentry.conf.py migrate

      sentry --config=sentry.conf.py loaddata auth_data.json

      sentry --config=sentry.conf.py loaddata sentry_data.json

    Works pretty well. Hope this will help others.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep getting strange errors from sorl-thumbnail in my production environment (using Sentry as
Are there any solutions around, for sending error reports from tornado to sentry ?
I'm looking for some means of reporting 404 errors to my client for a
I'm looking into setting up Sentry for my Django project, but I was wondering
I get the following error when my Sentry client tries logging an error: Unable
I'm upgrading a project to Rails 3.1 and Jruby 1.6.4 from rails 2.6 I
I have a jabber client that is reading from its stdin and posting PubSub
I have a sentry server that works ok. raven test <dnstoserver> -> Sending a
I setup a sentry at server. And created a several different loggers at raven,
Now that django-sentry has become a standalone server (and is fantastic) I'm trying to

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.