Skip to content

elnur-mammadli/django-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-skeleton

Skeleton for Django projects.

Features

  • Grappelli administration theme
  • Reversion
  • Management commands for initial configuration
  • Website model (Widget, Page, Post and Category)
  • Pre configured specific folder of Django application (fixtures, media, static, etc.)
  • Slider
  • Email subscription
  • Contact and Application database
  • Logging

Install

To install Django Skeleton on your machine run following commands:

git clone https://github.com/KenanBek/django-skeleton.git
cd django-skeleton/app
python manage.py inittest

Last command will ask you enter password for super user. Command inittest will create sample data. After you successfully entered required information you will be able to run application.

python manage.py runserver

Visit http://localhost:8000 for website, http://localhost:8000/admin for administration.

Demo

Visit Website and Admin to try Django Skeleton on demand.

Superuser login and password:

Login: admin
Password: admin

License

Licensed under GNU GPL v3.0

About

Skeleton for Django projects. Django project template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors