-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在html模板中导入本地的CSS和JS文件,而不是使用在线网站上存放的文件,防止未来网站不再支持而影响使用。导入在线文件的脚本仍然保存在HTML中,可根据需求选用不同导入方法。
- Loading branch information
1 parent
e1bdddc
commit b7d61a5
Showing
52 changed files
with
39,148 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Generated by Django 4.1.7 on 2023-06-02 08:38 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("gdad", "0002_alter_gda_gene_pli"), | ||
] | ||
|
||
operations = [ | ||
migrations.DeleteModel( | ||
name="Tfbs", | ||
), | ||
] |
Binary file added
BIN
+681 Bytes
mysite/gdad/migrations/__pycache__/0003_delete_tfbs.cpython-311.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.