Modify primary project structure by removing an extra layer
This commit is contained in:
parent
fa2443d11d
commit
a0ff6fe601
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@ __pycache__
|
||||
*.sqlite3
|
||||
|
||||
# Ignore private.py since it contains secrets
|
||||
shorturl/shorturl/private.py
|
||||
shorturl/private.py
|
||||
|
@ -1 +0,0 @@
|
||||
Foo! Bar!
|
7
shorturl/static/bootstrap.min.css
vendored
Normal file
7
shorturl/static/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
shorturl/static/bootstrap.min.css.map
Normal file
1
shorturl/static/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
10
shorturl/templates/index.html
Normal file
10
shorturl/templates/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hello World!</title>
|
||||
</head>
|
||||
<body>
|
||||
Hello World!
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user