-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (78 loc) · 4.43 KB
/
index.html
File metadata and controls
101 lines (78 loc) · 4.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Drango by aka-jain</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/aka-jain/Drango">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/aka-jain/Drango/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/aka-jain/Drango/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Drango</h1>
<p>Easy to use Django admin interface.</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/aka-jain">aka-jain</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h1>
<a id="drango" class="anchor" href="#drango" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Drango</h1>
<p>Easy to use Django admin interface.</p>
<p>Drango is a customize theme for Grappelli (Material Design). It has a beautiful UI dark theme with good user experience that makes the data upload work enjoyable.</p>
<h1>
<a id="featuresupcoming" class="anchor" href="#featuresupcoming" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features(Upcoming)</h1>
<ol>
<li>Awesome and minimal UI</li>
<li>Fully Responsive</li>
<li>Ajax implementations</li>
<li>Charts for apps representations</li>
<li>Icon rich UI</li>
<li>Filters for Site Admnistration Page</li>
</ol>
<h1>
<a id="setup" class="anchor" href="#setup" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>SetUp</h1>
<p>For now you have to download the this Grappelli directory into your Django project.
Then paste "Grappelli" into your installed app in setting.py (same as we do for Grappelli <a href="https://github.com/sehmaschine/django-grappelli">https://github.com/sehmaschine/django-grappelli</a> )<br>
Change URL Patterns for your admin same as we do for Grappelli<br>
url(r'^grappelli/', include('grappelli.urls')), <br>
url(r'^admin/', include(admin.site.urls)),</p>
<p>And login to localhost:8000/admin/ :^)</p>
<h1>
<a id="login-design" class="anchor" href="#login-design" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Login Design</h1>
<p><img src="https://github.com/aka-jain/Drango/blob/master/images/Login.png?raw=true"></p>
<h1>
<a id="site-admin-design" class="anchor" href="#site-admin-design" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Site Admin Design</h1>
<p><img src="https://github.com/aka-jain/Drango/blob/master/images/Site_Admin.png?raw=true"></p>
<h1>
<a id="list-view-design" class="anchor" href="#list-view-design" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>List View Design</h1>
<p><img src="https://github.com/aka-jain/Drango/blob/master/images/List_View.png?raw=true"></p>
<h1>
<a id="credits" class="anchor" href="#credits" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Credits</h1>
<p><a href="https://github.com/sehmaschine/django-grappelli">https://github.com/sehmaschine/django-grappelli</a></p>
<h1>
<a id="note" class="anchor" href="#note" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Note</h1>
<p>This project is under development. And for now it is based on Grappelli.Soon it will be released as an independent plugin. Till then have a happy uploading work :^D</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>