Skip to content
Snippets Groups Projects
Commit 891cd28c authored by Muhammad Ali's avatar Muhammad Ali :blush:
Browse files

Homepage Tagging

parent a22a74ae
No related branches found
No related tags found
No related merge requests found
Pipeline #3284 failed
......@@ -14,7 +14,7 @@ urlpatterns = [
url(r'^accounts/', include('accounts.urls')),
url(r'contact/$',contact,name="contact"),
url(r'^about/$', views.about,name="about"),
url(r'^$', article_views.article_list, name="home"),
url(r'^$', views.homepage, name="home"),
]
urlpatterns += staticfiles_urlpatterns()
......
<!--
<!DOCTYPE html>
<html lang="en">
<head>
......@@ -8,4 +9,7 @@
<h1>This is Homepage</h1>
<p>Welcome to Django</p>
</body>
</html>
\ No newline at end of file
</html>-->
<script>
window.location.replace("./articles/")
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment