Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mhadiahmed/accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadiahmed committed Aug 1, 2017
2 parents 959afc2 + 6420140 commit 9eba242
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
**django-esay-accounts**


> django-esay-accounts is a simple Django app for accounts handle login & SingUp & logout and User Profil tow
`django-esay-accounts is a simple Django app for accounts handle login & SingUp & logout and User Profil tow`

to install the application

pip install django-esay-accounts

>pip install django-esay-accounts


Quick start
-----------
Expand All @@ -15,7 +18,11 @@ Quick start

> INSTALLED_APPS = [
> ...

> 'crispy_forms',

> 'account',
> ]
Expand All @@ -32,6 +39,8 @@ Quick start
add this line to the main urls conf tow
> from django.conf.urls.static import static

> from django.conf import settings

Expand Down

0 comments on commit 9eba242

Please sign in to comment.