<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Smartchart开发手册</title>
    <link>https://help.smartchart.cn/en/docs/8.DjangoApps/</link>
    <description>Recent content on Smartchart开发手册</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://help.smartchart.cn/en/docs/8.DjangoApps/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/8.DjangoApps/EmbedDjangoApps/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/8.DjangoApps/EmbedDjangoApps/</guid>
      <description>Introduction # SmartChart can be embedded as a Django App plugin into your existing Django project, sharing the same user system and database without independent deployment. Suitable for teams with existing Django systems to quickly integrate visualization capabilities.
Related Video
Use Cases # Use SmartChart directly as an application plugin in your Django project Integrate with existing Django user system Usage # Follow these steps to integrate SmartChart into your Django project:</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/8.DjangoApps/FAQ/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/8.DjangoApps/FAQ/</guid>
      <description>Introduction # This section covers common questions when embedding SmartChart as a Django App, including static resource collection and Debug mode configuration.
Common Issues # Problem Solution Resources not found after disabling Debug Configure STATIC_ROOT and run collectstatic FAQ # If you need to do frontend secondary development or can&amp;rsquo;t find resources after disabling debug mode, add to settings:
STATIC_ROOT = os.path.join(BASE_DIR, &amp;#34;static&amp;#34;) Run the following command to collect static files to the root directory:</description>
    </item>
    
  </channel>
</rss>
