Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

dan-v/limestonelitmag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limestone lit mag

This is the code that produced the website

	http://limestonelitmag.com

Feel free to grab or use any of the back end django work as well as the front end CSS/HTML bootstrap work.

Steps on installation

  • First pull down the code using git clone
  • Open up limestonelitmag/settings.py and edit the DATABASES field to match the database you're using. (in this case I am using a postgres db) Need a
    • Name
    • User
    • Password
	DATABASES = {
    'default': {
        'ENGINE':'django.db.backends.postgresql_psycopg2',
        'NAME': '',
        'USER': '',
        'PASSWORD': '',
        'HOST': '',
        'PORT': '',
    }
}
  • Once the database is complete run python manage.py sql limestone

  • Then run python manage.py syncdb

  • After that you should be ready to go for test by running python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published