Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Create template for the Homepage #1

Open
garglakshya18 opened this issue May 23, 2018 · 1 comment
Open

Create template for the Homepage #1

garglakshya18 opened this issue May 23, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@garglakshya18
Copy link

Issue

A template has to be created for the homepage.

Description

The template has to be created according to the following wireframe.
home page

Changes [Required]

  1. Create a new package main.
  2. Create necessary views and add the URL in urls.py.
  3. Create a new directory named templates and create a new template named index.html.
@ajatprabha
Copy link
Member

@garglakshya18 Multiple views are not necessary for a single page application. Also, templates directory will only require a few html files, no need of directory per app. Most of the UI work will be done in a separate src directory for UI. We'll then build it to generate necessary assets which will be served statically.

@garglakshya18 garglakshya18 added enhancement New feature or request good first issue Good for newcomers labels May 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants