简体   繁体   English

如何在项目中使用预制应用程序?

[英]How do I use a pre-made app with my project?

sorry I'm a total noob but I can't find anywhere that actually explains this. 抱歉,我是一个菜鸟,但我找不到任何能真正解释这一点的地方。 I want to make a web blog, and I figured instead of rolling my own I would use a pre-made one, and I picked the blog from the basic apps project (https://github.com/nathanborror/django-basic-apps). 我想创建一个网络博客,我想而不是自己动手,而是使用预制的博客,我从基本应用程序项目(https://github.com/nathanborror/django-basic-应用)。 I installed everything fine, added the apps to my settings file, synced the DB's, etc. But now I don't know what to do. 我安装了一切很好,增加了应用到我的设置文件,同步的DB的,等等。但是现在我不知道该怎么办。 How to I actually use the blog? 我如何实际使用博客? When I run the test server it says I have to do manage.py startapp but I already have the app folder. 当我运行测试服务器时,它说我必须做manage.py startapp,但是我已经有了app文件夹。 What should I do? 我该怎么办? Again, sorry for the noob question. 再次,对菜鸟的问题感到抱歉。

Best, 最好,

Jake 杰克

Rule of thumb is: if app's documentary doesn't explain how to install (use, etc.) app, then its better to forget about using that app. 经验法则是:如果应用程序的纪录片没有说明如何安装(使用等)应用程序,那么最好不要使用该应用程序。

How can you rely on 5-month-not-updated-not-tested-not-well-documented app? 您如何依靠5个月未更新,未测试且记录不充分的应用程序? There should be better solution. 应该有更好的解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在matplotlib中为热图使用预制的颜色贴图? - How can I use a pre-made color map for my heat map in matplotlib? 如何使用预制字典更改单元格中的字符串? - How can I change a string in a cell with my pre-made dictionary? Python:给定两个预制函数,如何有效选择要使用的函数? - Python: how to efficiently choose which function to use, given two pre-made functions? 如何将名称列表实现为预制类? - How to implement list of names into a pre-made class? 如何在 tensorflow 2.0 中使用预制密集层进行训练? - How to run training with pre-made dense layers in tensorflow 2.0? 如何读取用户的输入,搜索预先制作的字符串列表,然后在 Python 中返回匹配的内容? - How to read the user's input, searching for a pre-made list of strings, and then return the matched content in Python? 如何根据预制列表从 pandas dataframe 中删除行 - How to drop rows from a pandas dataframe based on a pre-made list 使用预制用户界面 (pygubu) 时如何在 Tkinter 中扩展滚动条 - How to expand a Scrollbar in Tkinter when working with a pre-made user interface (pygubu) 为 TensorFlow 预制估计器定义输入函数 - Defining the input-function for TensorFlow pre-made estimator 1.14版中的预制估算器的推断输入函数 - input function for inference with pre-made Estimator in version 1.14
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM