Skip to content

Backend of turs site containing the registreation and the blog.

Notifications You must be signed in to change notification settings

TezpurUniversityRoboticsSociety/turs_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend of the T.U.R.S. site.

Prerequisites:

  • Python 3.4 +
  • Django 1.9 +

Run

Open the main directory

python manage.py runserver

The website is hosted to the localhost at port 8000 i.e (http://localhost:8000)


Directory Structure

/turobotics
    +-- /home
    |    +-- /migrations
    |    __init__.py
    |    admin.py
    |    apps.py
    |    models.py
    |    tests.py
    |    urls.py
    |    views.py
    +-- /registration
    |   +-- /migrations
    |    __init__.py
    |    admin.py
    |    apps.py
    |    models.py
    |    forms.py
    |    tests.py
    |    urls.py
    |    views.py 
    +-- /blog
    |   +-- /migrations
    |    __init__.py
    |    admin.py
    |    apps.py
    |    models.py
    |    tests.py
    |    urls.py
    |    views.py       
    +-- /turobotics
    |    __init__.py
    |    settings.py
    |    urls.py
    |    wsgi.py
    +-- /static
    |    |    +-- /css
    |    |    +-- /fonts
    |    |    +-- /img
    |    |    +-- /js
    +-- /templates
    |    |    +-- /home
    |    |    +-- /registration
    |    |    +-- /blog
    +-- /media
    db.sqlite3
    manage.py

About

Backend of turs site containing the registreation and the blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published