wip
This commit is contained in:
parent
1bb04e3080
commit
abc85697fd
3 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
export FLASK_APP=ckn_blog flask run
|
||||
export FLASK_APP=blog flask run
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="ckn_blog",
|
||||
name="blog",
|
||||
packages=find_packages(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue